Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Item.
An item in the list.
Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item
Namespace
Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message \ ListSelectMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ info |
Google\Cloud\Dialogflow\V2\Intent\Message\SelectItemInfo
Required. Additional information about this option. |
↳ title |
string
Required. The title of the list item. |
↳ description |
string
Optional. The main text describing the item. |
↳ image |
Google\Cloud\Dialogflow\V2\Intent\Message\Image
Optional. The image to display. |
getInfo
Required. Additional information about this option.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dialogflow\V2\Intent\Message\SelectItemInfo|null |
|
hasInfo
clearInfo
setInfo
Required. Additional information about this option.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dialogflow\V2\Intent\Message\SelectItemInfo
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTitle
Required. The title of the list item.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTitle
Required. The title of the list item.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Optional. The main text describing the item.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Optional. The main text describing the item.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getImage
Optional. The image to display.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dialogflow\V2\Intent\Message\Image|null |
|
hasImage
clearImage
setImage
Optional. The image to display.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dialogflow\V2\Intent\Message\Image
|
| Returns | |
|---|---|
| Type | Description |
$this |
|