Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ResponseMessage::OutputAudioText.
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_playback_interruption
def allow_playback_interruption() -> ::Boolean
- (::Boolean) — 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.
#ssml
def ssml() -> ::String
-
(::String) — 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.
#ssml=
def ssml=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#text
def text() -> ::String
-
(::String) — 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.
#text=
def text=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.