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 purpose as a fulfillment response to the user."],["The documentation lists various versions of the `FulfillmentResponse` class, ranging from version 2.23.0 (latest) down to 1.0.0, with each version accessible via a corresponding link."],["The `FulfillmentResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which shows its capabilities to handle messages and deep cloning."],["Key properties of the `FulfillmentResponse` class are outlined, such as `MergeBehavior` for controlling how messages are merged and `Messages` which holds the collection of rich message responses."],["This class also includes two constructors, one default and another to clone from an existing `WebhookResponse.Types.FulfillmentResponse` instance."]]],[]]