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` library, detailing its various versions and properties."],["The latest version of the `FulfillmentResponse` class is 2.23.0, and the page lists all available versions from 2.23.0 down to 1.0.0, each with a link to its specific documentation."],["`FulfillmentResponse` represents a response sent to the user and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FulfillmentResponse` class has properties like `MergeBehavior`, which dictates how messages are merged, and `Messages`, which is a list of `ResponseMessage` objects to be presented to the user."],["The page includes information on the constructors for the `FulfillmentResponse` class, including a default constructor and a constructor that takes another `FulfillmentResponse` object as a parameter."]]],[]]