public sealed class WebhookRequest.Types.FulfillmentInfo : IMessage<WebhookRequest.Types.FulfillmentInfo>, IEquatable<WebhookRequest.Types.FulfillmentInfo>, IDeepCloneable<WebhookRequest.Types.FulfillmentInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class WebhookRequest.Types.FulfillmentInfo.
Represents fulfillment information communicated to the webhook.
Implements
IMessageWebhookRequestTypesFulfillmentInfo, IEquatableWebhookRequestTypesFulfillmentInfo, IDeepCloneableWebhookRequestTypesFulfillmentInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
FulfillmentInfo()
public FulfillmentInfo()
FulfillmentInfo(FulfillmentInfo)
public FulfillmentInfo(WebhookRequest.Types.FulfillmentInfo other)
Parameter | |
---|---|
Name | Description |
other |
WebhookRequestTypesFulfillmentInfo |
Properties
Tag
public string Tag { get; set; }
Always present. The value of the [Fulfillment.tag][google.cloud.dialogflow.cx.v3.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.
Property Value | |
---|---|
Type | Description |
string |