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
- (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item>) — Required. List items.
#items=
def items=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item>) — Required. List items.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item>) — Required. List items.
#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.