Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TextToSpeechSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TextToSpeechSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#synthesize_speech_configs ⇒ Hash<String,Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SynthesizeSpeechConfig>
Corresponds to the JSON property
synthesizeSpeechConfigs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TextToSpeechSettings
constructor
A new instance of GoogleCloudDialogflowCxV3TextToSpeechSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TextToSpeechSettings
Returns a new instance of GoogleCloudDialogflowCxV3TextToSpeechSettings.
7861 7862 7863 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7861 def initialize(**args) update!(**args) end |
Instance Attribute Details
#synthesize_speech_configs ⇒ Hash<String,Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SynthesizeSpeechConfig>
Corresponds to the JSON property synthesizeSpeechConfigs
7859 7860 7861 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7859 def synthesize_speech_configs @synthesize_speech_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7866 7867 7868 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7866 def update!(**args) @synthesize_speech_configs = args[:synthesize_speech_configs] if args.key?(:synthesize_speech_configs) end |