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

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 quick replies response message.

Instance Attribute Summary collapse

Instance Attribute Details

#quick_replies::Array<::String>

Returns Optional. The collection of quick replies.

Returns:

  • (::Array<::String>)

    Optional. The collection of quick replies.



355
356
357
358
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 355

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

#title::String

Returns Optional. The title of the collection of quick replies.

Returns:

  • (::String)

    Optional. The title of the collection of quick replies.



355
356
357
358
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 355

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