Class: Google::Cloud::Dialogflow::CX::V3::TextToSpeechSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb

Overview

Settings related to speech synthesizing.

Defined Under Namespace

Classes: SynthesizeSpeechConfigsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#synthesize_speech_configs::Google::Protobuf::Map{::String => ::Google::Cloud::Dialogflow::CX::V3::SynthesizeSpeechConfig}

Returns Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig.

These settings affect:

Returns:



249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 249

class TextToSpeechSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Dialogflow::CX::V3::SynthesizeSpeechConfig]
  class SynthesizeSpeechConfigsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end