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 page includes a comprehensive list of versioned documentation links, ranging from version 2.23.0 (latest) down to version 1.0.0, all relating to `WebhookResponse.Types.FulfillmentResponse`."],["`FulfillmentResponse` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which defines its capabilities for handling messages and object comparisons."],["The `FulfillmentResponse` class offers two constructors: a default one and another that accepts an existing `WebhookResponse.Types.FulfillmentResponse` object for copying."],["Key properties of `FulfillmentResponse` include `MergeBehavior`, which dictates how messages are merged, and `Messages`, which is a collection of `ResponseMessage` objects for rich user responses."]]],[]]