Class: Google::Cloud::Dialogflow::V2::OutputAudioConfig

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

Overview

Instructs the speech synthesizer on how to generate the output audio content. If this audio config is supplied in a request, it overrides all existing text-to-speech settings applied to the agent.

Instance Attribute Summary collapse

Instance Attribute Details

#audio_encoding::Google::Cloud::Dialogflow::V2::OutputAudioEncoding



250
251
252
253
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 250

class OutputAudioConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sample_rate_hertz::Integer



250
251
252
253
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 250

class OutputAudioConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#synthesize_speech_config::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig



250
251
252
253
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 250

class OutputAudioConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end