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_repliesArray<String>

Returns Optional. The collection of quick replies.

Returns:

  • (Array<String>)

    Optional. The collection of quick replies.



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

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

#titleString

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

Returns:

  • (String)

    Optional. The title of the collection of quick replies.



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

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