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.
[[["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 in the context of webhook requests."],["The content lists various versions of the `FulfillmentInfo` class, ranging from version 1.0.0 up to the latest, 2.23.0, with each version linked to its respective documentation page."],["`FulfillmentInfo` is a sealed class that represents information communicated to the webhook and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FulfillmentInfo` class offers a default constructor and one that takes another `FulfillmentInfo` object as a parameter, and also has a `Tag` property of type string that specifies the fulfillment being called."],["The page lists inherited members, providing links to relevant documentation for `Object` class methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]