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, specifically for .NET development."],["The `FulfillmentResponse` class, which represents a fulfillment response to the user, is part of the `WebhookResponse.Types` and it inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the available versions of the `FulfillmentResponse` class, ranging from the latest version 2.23.0 down to 1.0.0, each with its own documentation link."],["Key properties of `FulfillmentResponse` include `MergeBehavior`, which controls how messages are merged, and `Messages`, which is a list of `ResponseMessage` objects for presenting to the user."],["The documentation details two constructors for `FulfillmentResponse`, one default constructor and one that takes another `FulfillmentResponse` object as a parameter."]]],[]]