Google Cloud Dialogflow V2 Client - Class SelectItemInfo (1.8.0)

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 \ Message

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setKey

Required. A unique key that will be sent back to the agent if this response is given.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSynonyms

Optional. A list of synonyms that can also be used to trigger this item in dialog.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSynonyms

Optional. A list of synonyms that can also be used to trigger this item in dialog.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this