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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides reference documentation for the `WebhookRequest.Types.FulfillmentInfo` class within the Google.Cloud.Dialogflow.Cx.V3 API for .NET."],["The `FulfillmentInfo` class represents fulfillment details sent to a webhook and is accessible through the various documented versions of the API, ranging from 1.0.0 to the latest, 2.23.0."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `FulfillmentInfo` class has two constructors, one default and one that takes another `FulfillmentInfo` object."],["It has a `Tag` property of type string, that will contain the value from the `Fulfillment.tag` field when a webhook is called."]]],[]]