Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::Intent::Message::QuickReplies (v0.18.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::Message::QuickReplies.

The quick replies response message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#quick_replies

def quick_replies() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. The collection of quick replies.

#quick_replies=

def quick_replies=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. The collection of quick replies.
Returns
  • (::Array<::String>) — Optional. The collection of quick replies.

#title

def title() -> ::String
Returns
  • (::String) — Optional. The title of the collection of quick replies.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — Optional. The title of the collection of quick replies.
Returns
  • (::String) — Optional. The title of the collection of quick replies.