Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#synthesize_speech_configs ⇒ Hash<String,Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig>
Corresponds to the JSON property
synthesizeSpeechConfigs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
constructor
A new instance of GoogleCloudDialogflowCxV3beta1TextToSpeechSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
Returns a new instance of GoogleCloudDialogflowCxV3beta1TextToSpeechSettings.
12396 12397 12398 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12396 def initialize(**args) update!(**args) end |
Instance Attribute Details
#synthesize_speech_configs ⇒ Hash<String,Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig>
Corresponds to the JSON property synthesizeSpeechConfigs
12394 12395 12396 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12394 def synthesize_speech_configs @synthesize_speech_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12401 12402 12403 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12401 def update!(**args) @synthesize_speech_configs = args[:synthesize_speech_configs] if args.key?(:synthesize_speech_configs) end |