Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class FulfillmentInfo.
Represents fulfillment information communicated to the webhook.
Generated from protobuf message google.cloud.dialogflow.cx.v3.WebhookRequest.FulfillmentInfo
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ WebhookRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tag |
string
Always present. The value of the Fulfillment.tag field will be populated in this field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. |
getTag
Always present.
The value of the Fulfillment.tag field will be populated in this field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes.
Returns | |
---|---|
Type | Description |
string |
setTag
Always present.
The value of the Fulfillment.tag field will be populated in this field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |