Class: Google::Cloud::Dialogflow::V2::OutputAudio
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::OutputAudio
- 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
-
#audio ⇒ ::String
The natural language speech audio.
-
#config ⇒ ::Google::Cloud::Dialogflow::V2::OutputAudioConfig
Instructs the speech synthesizer how to generate the speech audio.
Instance Attribute Details
#audio ⇒ ::String
Returns 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.
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 |