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

#text::Array<::String>

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

Returns:

  • (::Array<::String>)

    Optional. The collection of the agent's responses.



330
331
332
333
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 330

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