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 across multiple versions."],["The `FulfillmentInfo` class is part of the `WebhookRequest.Types` and is used to communicate fulfillment information to webhooks."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities for message handling and data manipulation."],["The page offers documentation for `FulfillmentInfo` across a wide range of versions from 1.0.0 to 2.23.0, allowing developers to find information that corresponds to their specific version."],["The `FulfillmentInfo` class has two constructors, `FulfillmentInfo()` and `FulfillmentInfo(WebhookRequest.Types.FulfillmentInfo other)`, as well as a property `Tag` that is used to identify the fulfillment being called."]]],[]]