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.
201 202 203 204 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 201 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.
Note: The following fields are mutually exclusive: ssml
, text
. If a field in that set is populated, all other fields in the set will automatically be cleared.
201 202 203 204 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 201 class OutputAudioText include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns The raw text to be synthesized.
Note: The following fields are mutually exclusive: text
, ssml
. If a field in that set is populated, all other fields in the set will automatically be cleared.
201 202 203 204 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 201 class OutputAudioText include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |