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.
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 `FulfillmentInfo` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality across multiple versions."],["The `FulfillmentInfo` class is part of the `WebhookRequest.Types` and is used to represent fulfillment information communicated to the webhook, implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of versions ranging from 2.23.0 (latest) down to 1.0.0, each linking to specific documentation pages for the `FulfillmentInfo` class within that version."],["The class includes a `Tag` property, which is a string that represents the value of the `Fulfillment.tag` field, populated by Dialogflow when the webhook is called."],["The page details the inheritance, implements, inherited members, constructors, and properties associated with `FulfillmentInfo` class, along with parameter and property value descriptions."]]],[]]