Class: Google::Cloud::Dialogflow::CX::V3::ResponseMessage::OutputAudioText
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ResponseMessage::OutputAudioText
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb
Overview
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
Instance Attribute Summary collapse
-
#allow_playback_interruption ⇒ ::Boolean
readonly
Output only.
-
#ssml ⇒ ::String
The SSML text to be synthesized.
-
#text ⇒ ::String
The raw text to be synthesized.
Instance Attribute Details
#allow_playback_interruption ⇒ ::Boolean (readonly)
Returns Output only. Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
177 178 179 180 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 177 class OutputAudioText include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssml ⇒ ::String
Returns The SSML text to be synthesized. For more information, see SSML.
177 178 179 180 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 177 class OutputAudioText include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns The raw text to be synthesized.
177 178 179 180 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 177 class OutputAudioText include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |