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, specifically for .NET development."],["The `FulfillmentInfo` class is used to represent fulfillment information that is communicated to a webhook in the context of Dialogflow CX."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the base `Object` class."],["The documentation covers various versions of the library, from 1.0.0 to the latest version 2.23.0, allowing users to reference specific versions."],["It has two constructors: the default `FulfillmentInfo()` constructor, and `FulfillmentInfo(WebhookRequest.Types.FulfillmentInfo other)` constructor used to instantiate it from an existing `FulfillmentInfo`."],["It contains one property which is `Tag`, which represents the string used to identify the fulfillment being called."]]],[]]