Class: Google::Cloud::Dialogflow::V2::Intent::Message::Text

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/intent.rb

Overview

The text response message.

Instance Attribute Summary collapse

Instance Attribute Details

#textArray<String>

Returns Optional. The collection of the agent's responses.

Returns:

  • (Array<String>)

    Optional. The collection of the agent's responses.



303
304
305
306
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 303

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