Class: Google::Cloud::Dialogflow::V2::OutputAudio

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

Overview

Represents the natural language speech audio to be played to the end user.

Instance Attribute Summary collapse

Instance Attribute Details

#audio::String

Returns The natural language speech audio.

Returns:

  • (::String)

    The natural language speech audio.



721
722
723
724
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 721

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

#config::Google::Cloud::Dialogflow::V2::OutputAudioConfig

Returns Instructs the speech synthesizer how to generate the speech audio.

Returns:



721
722
723
724
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 721

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