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
Methods
__construct
Constructor.
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
getInfo
Required. Additional information about this option.
Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.SelectItemInfo info = 1 [(.google.api.field_behavior) = REQUIRED];
hasInfo
clearInfo
setInfo
Required. Additional information about this option.
Generated from protobuf field .google.cloud.dialogflow.v2.Intent.Message.SelectItemInfo info = 1 [(.google.api.field_behavior) = REQUIRED];
$this
getTitle
Required. The title of the list item.
Generated from protobuf field string title = 2 [(.google.api.field_behavior) = REQUIRED];
string
setTitle
Required. The title of the list item.
Generated from protobuf field string title = 2 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getDescription
Optional. The main text describing the item.
Generated from protobuf field string description = 3 [(.google.api.field_behavior) = OPTIONAL];
string
setDescription
Optional. The main text describing the item.
Generated from protobuf field string description = 3 [(.google.api.field_behavior) = OPTIONAL];
var
string
$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];
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];
$this