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 properties, constructors, and inherited members."],["The `FulfillmentResponse` class is designed to represent a fulfillment response to a user and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a version history with links for the `FulfillmentResponse` class, ranging from version 2.23.0 down to version 1.0.0, with 2.23.0 being the latest."],["The `FulfillmentResponse` class contains properties such as `MergeBehavior`, which defines the merge behavior for messages, and `Messages`, which is a list of rich message responses."],["There are two constructors available for the `FulfillmentResponse` class, one being a default constructor, and the second allows you to provide an instance of `WebhookResponse.Types.FulfillmentResponse`."]]],[]]