public sealed class WebhookRequest.Types.FulfillmentInfo : IMessage<WebhookRequest.Types.FulfillmentInfo>, IEquatable<WebhookRequest.Types.FulfillmentInfo>, IDeepCloneable<WebhookRequest.Types.FulfillmentInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class WebhookRequest.Types.FulfillmentInfo.
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 `WebhookRequest.Types.FulfillmentInfo` class within the Dialogflow v3 API, specifically for .NET development."],["The `FulfillmentInfo` class represents information sent to a webhook and includes a `Tag` property used to identify which fulfillment is being called."],["The documentation lists available versions of the `Google.Cloud.Dialogflow.Cx.V3` package, ranging from version 1.0.0 to the latest, 2.23.0, each linking to the corresponding version's documentation."],["The `WebhookRequest.Types.FulfillmentInfo` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The page details the constructors and properties of the `FulfillmentInfo` class, highlighting its inheritance and implemented interfaces, and includes a description of the `Tag` property."]]],[]]