Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Item.
An item in the carousel.
Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.CarouselSelect.Item
Namespace
Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message \ CarouselSelectMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ info |
Google\Cloud\Dialogflow\V2\Intent\Message\SelectItemInfo
Required. Additional info about the option item. |
↳ title |
string
Required. Title of the carousel item. |
↳ description |
string
Optional. The body text of the card. |
↳ image |
Google\Cloud\Dialogflow\V2\Intent\Message\Image
Optional. The image to display. |
getInfo
Required. Additional info about the option item.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dialogflow\V2\Intent\Message\SelectItemInfo|null |
|
hasInfo
clearInfo
setInfo
Required. Additional info about the option item.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dialogflow\V2\Intent\Message\SelectItemInfo
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTitle
Required. Title of the carousel item.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTitle
Required. Title of the carousel item.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Optional. The body text of the card.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Optional. The body text of the card.
| 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 |
|