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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ title |
string
Optional. The overall title of the list. |
↳ items |
array<Google\Cloud\Dialogflow\V2\Intent\Message\ListSelect\Item>
Required. List items. |
↳ subtitle |
string
Optional. Subtitle of the list. |
getTitle
Optional. The overall title of the list.
Generated from protobuf field string title = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
string |
setTitle
Optional. The overall title of the list.
Generated from protobuf field string title = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getItems
Required. List items.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item items = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setItems
Required. List items.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item items = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\V2\Intent\Message\ListSelect\Item>
|
Returns | |
---|---|
Type | Description |
$this |
getSubtitle
Optional. Subtitle of the list.
Generated from protobuf field string subtitle = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
string |
setSubtitle
Optional. Subtitle of the list.
Generated from protobuf field string subtitle = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |