public sealed class 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 reference documentation for the `WebhookRequest.Types.FulfillmentInfo` class within the Google.Cloud.Dialogflow.Cx.V3 API, outlining its purpose and implementation details."],["The `FulfillmentInfo` class represents fulfillment information communicated to the webhook and it can be instantiated using the `FulfillmentInfo()` constructor or `FulfillmentInfo(WebhookRequest.Types.FulfillmentInfo other)` constructor."],["The class has a `Tag` property of type string, which is always present and populated by Dialogflow with the value from the `Fulfillment.tag` field."],["This page also includes a version history of the class, from version 2.23.0 down to version 1.0.0, each with a direct link."],["The `FulfillmentInfo` class inherits from the `Object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]