public sealed class WebhookResponse.Types.FulfillmentResponse : IMessage<WebhookResponse.Types.FulfillmentResponse>, IEquatable<WebhookResponse.Types.FulfillmentResponse>, IDeepCloneable<WebhookResponse.Types.FulfillmentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class WebhookResponse.Types.FulfillmentResponse.
[[["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 document provides reference documentation for the `WebhookResponse.Types.FulfillmentResponse` class within the Google.Cloud.Dialogflow.Cx.V3 API, specifically detailing its structure, inheritance, and implemented interfaces."],["The `FulfillmentResponse` class represents a response sent to the user, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers constructors for creating instances, including one that takes another `FulfillmentResponse` object for duplication."],["Key properties of the `FulfillmentResponse` include `MergeBehavior`, which controls how messages are merged, and `Messages`, which contains a list of rich message responses for the user."],["The document also contains a comprehensive list of previous versions of the API, ranging from version 1.0.0 up to the latest version 2.23.0, all with links to the specific `WebhookResponse.Types.FulfillmentResponse` documentation for each version."]]],[]]