Google Cloud Dialogflow Cx V3 Client - Class FulfillmentInfo (0.1.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this