Class Google::Cloud::Dialogflow::CX::V3::ResponseMessage::OutputAudioText (v0.4.0)

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
Returns
  • (::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
Returns
  • (::String) — The SSML text to be synthesized. For more information, see SSML.

#ssml=

def ssml=(value) -> ::String
Parameter
  • value (::String) — The SSML text to be synthesized. For more information, see SSML.
Returns
  • (::String) — The SSML text to be synthesized. For more information, see SSML.

#text

def text() -> ::String
Returns
  • (::String) — The raw text to be synthesized.

#text=

def text=(value) -> ::String
Parameter
  • value (::String) — The raw text to be synthesized.
Returns
  • (::String) — The raw text to be synthesized.