public sealed class 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-03-21 UTC."],[[["This webpage provides documentation for the `WebhookRequest.Types.FulfillmentInfo` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The `FulfillmentInfo` class represents the information about the fulfillment that is sent to the webhook, containing details such as the tag."],["The page offers access to documentation for numerous versions of the API, ranging from version 1.0.0 to the latest 2.23.0, allowing users to examine changes between them."],["The class `FulfillmentInfo` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors, one default and another that accepts a `WebhookRequest.Types.FulfillmentInfo` instance, and it has a `Tag` property to hold the value of the `Fulfillment.tag`."]]],[]]