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

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

The text response 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.



111
112
113
114
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 111

class Text
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#text::Array<::String>

Returns Required. A collection of text response variants. If multiple variants are defined, only one text response variant is returned at runtime.

Returns:

  • (::Array<::String>)

    Required. A collection of text response variants. If multiple variants are defined, only one text response variant is returned at runtime.



111
112
113
114
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 111

class Text
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end