Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TextToSpeechSettings

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1TextToSpeechSettings

Returns a new instance of GoogleCloudDialogflowCxV3beta1TextToSpeechSettings.



12384
12385
12386
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12384

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#synthesize_speech_configsHash<String,Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig>

Corresponds to the JSON property synthesizeSpeechConfigs



12382
12383
12384
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12382

def synthesize_speech_configs
  @synthesize_speech_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12389
12390
12391
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12389

def update!(**args)
  @synthesize_speech_configs = args[:synthesize_speech_configs] if args.key?(:synthesize_speech_configs)
end