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 structure and functionality in various versions."],["The `FulfillmentResponse` class, part of the Dialogflow CX API, is used to define the response sent to users in conversational flows, and is the implementation of multiple Interfaces and Inherit from the Object class."],["The documentation covers different versions of the API, ranging from version 1.0.0 to the latest 2.23.0, allowing users to refer to the changes within them."],["Key properties of the `FulfillmentResponse` class include `MergeBehavior` for message merging and `Messages` for the list of rich message responses."],["Constructors for `FulfillmentResponse` are available, including a parameterless constructor and one that takes another `FulfillmentResponse` object for copying."]]],[]]