Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ListSelect.
The card for presenting a list of options to select from.
Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.ListSelect
Namespace
Google \ Cloud \ Dialogflow \ V2 \ Intent \ MessageMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ title
string
Optional. The overall title of the list.
↳ items
↳ subtitle
string
Optional. Subtitle of the list.
getTitle
Optional. The overall title of the list.
string
setTitle
Optional. The overall title of the list.
var
string
$this
getItems
Required. List items.
setItems
Required. List items.
$this
getSubtitle
Optional. Subtitle of the list.
string
setSubtitle
Optional. Subtitle of the list.
var
string
$this