Class WebhookRequest.Types.FulfillmentInfo (1.1.0)

public sealed class FulfillmentInfo : IMessage<WebhookRequest.Types.FulfillmentInfo>, IEquatable<WebhookRequest.Types.FulfillmentInfo>, IDeepCloneable<WebhookRequest.Types.FulfillmentInfo>, IBufferMessage, IMessage

Represents fulfillment information communicated to the webhook.

Inheritance

Object > WebhookRequest.Types.FulfillmentInfo

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FulfillmentInfo()

public FulfillmentInfo()

FulfillmentInfo(WebhookRequest.Types.FulfillmentInfo)

public FulfillmentInfo(WebhookRequest.Types.FulfillmentInfo other)
Parameter
NameDescription
otherWebhookRequest.Types.FulfillmentInfo

Properties

Tag

public string Tag { get; set; }

Always present. The tag used to identify which fulfillment is being called.

Property Value
TypeDescription
String