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 details the `FulfillmentResponse` class, which represents a response to the user within the Google Cloud Dialogflow CX V3 API, specifically within the `WebhookResponse.Types` namespace."],["The content lists various versions of the API, ranging from version 1.0.0 to the latest version 2.23.0, with links to documentation for each, allowing developers to reference specific implementations."],["The `FulfillmentResponse` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a structured approach to handling webhook responses."],["Key properties of the `FulfillmentResponse` class include `MergeBehavior`, which defines how messages are merged, and `Messages`, which contains a list of rich message responses to be presented to the user."],["The webpage provides details on two constructors for `FulfillmentResponse`: a default constructor and one that accepts another `FulfillmentResponse` object as a parameter."]]],[]]