Dialogflow v3 API - Class WebhookRequest.Types.FulfillmentInfo (2.17.0)

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.

Inheritance

object > WebhookRequest.Types.FulfillmentInfo

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FulfillmentInfo()

public FulfillmentInfo()

FulfillmentInfo(FulfillmentInfo)

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

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
TypeDescription
string