Class: Google::Cloud::Dialogflow::CX::V3::ResponseMessage::OutputAudioText

Inherits:
Object
  • Object
show all
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

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.

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.



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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