Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SelectItemInfo.
Additional info about the select item for when it is triggered in a dialog.
Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.SelectItemInfo
Namespace
Google \ Cloud \ Dialogflow \ V2 \ Intent \ MessageMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
Required. A unique key that will be sent back to the agent if this response is given. |
↳ synonyms |
array
Optional. A list of synonyms that can also be used to trigger this item in dialog. |
getKey
Required. A unique key that will be sent back to the agent if this response is given.
Returns | |
---|---|
Type | Description |
string |
setKey
Required. A unique key that will be sent back to the agent if this response is given.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSynonyms
Optional. A list of synonyms that can also be used to trigger this item in dialog.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSynonyms
Optional. A list of synonyms that can also be used to trigger this item in dialog.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |