public sealed class FulfillmentResponse : IMessage<WebhookResponse.Types.FulfillmentResponse>, IEquatable<WebhookResponse.Types.FulfillmentResponse>, IDeepCloneable<WebhookResponse.Types.FulfillmentResponse>, IBufferMessage, IMessage
[[["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 `FulfillmentResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality for handling user fulfillment responses."],["The `FulfillmentResponse` class, which is part of the Dialogflow CX V3 API, implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing methods for deep cloning, message handling, and equality checks."],["The document outlines the class constructors, including a default constructor and one that accepts another `FulfillmentResponse` object, as well as its properties, such as `MergeBehavior` for controlling how messages are merged and `Messages` for storing a list of responses."],["The content lists various versions of the `FulfillmentResponse` class, from version 1.0.0 up to the latest 2.23.0, which can be used depending on the required API version."],["This is a part of the .NET documentation for Google Cloud, specifically for the Dialogflow.Cx.V3 API, and can be found in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]