public sealed class FulfillmentInfo : IMessage<WebhookRequest.Types.FulfillmentInfo>, IEquatable<WebhookRequest.Types.FulfillmentInfo>, IDeepCloneable<WebhookRequest.Types.FulfillmentInfo>, IBufferMessage, IMessageRepresents fulfillment information communicated to the webhook.
Implements
IMessage<WebhookRequest.Types.FulfillmentInfo>, IEquatable<WebhookRequest.Types.FulfillmentInfo>, IDeepCloneable<WebhookRequest.Types.FulfillmentInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
FulfillmentInfo()
public FulfillmentInfo()FulfillmentInfo(WebhookRequest.Types.FulfillmentInfo)
public FulfillmentInfo(WebhookRequest.Types.FulfillmentInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
WebhookRequest.Types.FulfillmentInfo |
Properties
Tag
public string Tag { get; set; }Always present. The tag used to identify which fulfillment is being called.
| Property Value | |
|---|---|
| Type | Description |
String |
|