Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect (v0.16.0)

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

The card for presenting a list of options to select from.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#items

def items() -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item>
Returns

#items=

def items=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item>
Parameter
Returns

#subtitle

def subtitle() -> ::String
Returns
  • (::String) — Optional. Subtitle of the list.

#subtitle=

def subtitle=(value) -> ::String
Parameter
  • value (::String) — Optional. Subtitle of the list.
Returns
  • (::String) — Optional. Subtitle of the list.

#title

def title() -> ::String
Returns
  • (::String) — Optional. The overall title of the list.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — Optional. The overall title of the list.
Returns
  • (::String) — Optional. The overall title of the list.