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, which is part of the `WebhookRequest.Types`, communicates fulfillment information to a webhook, as described in the provided content."],["The latest version documented is 2.23.0, with links to previous versions down to 1.0.0, providing a history of the `FulfillmentInfo` class's evolution."],["The `FulfillmentInfo` class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, for usage and interaction within the code."],["The documentation includes information about the `FulfillmentInfo` class's constructors and its primary property, `Tag`, which is a string used to identify which fulfillment is being called."]]],[]]