Google Cloud Dialogflow V2 Client - Class Item (1.0.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.SelectItemInfo info = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\Intent\Message\SelectItemInfo|null

hasInfo

clearInfo

setInfo

Required. Additional info about the option item.

Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.SelectItemInfo info = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\Intent\Message\SelectItemInfo
Returns
TypeDescription
$this

getTitle

Required. Title of the carousel item.

Generated from protobuf field string title = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setTitle

Required. Title of the carousel item.

Generated from protobuf field string title = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

Optional. The body text of the card.

Generated from protobuf field string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
string

setDescription

Optional. The body text of the card.

Generated from protobuf field string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getImage

Optional. The image to display.

Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.Image image = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\Intent\Message\Image|null

hasImage

clearImage

setImage

Optional. The image to display.

Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.Image image = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\Intent\Message\Image
Returns
TypeDescription
$this