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 webpage provides reference documentation for the `WebhookResponse.Types.FulfillmentResponse` class within the Google.Cloud.Dialogflow.Cx.V3 API, specifically focusing on version 2.8.0 and onward to the latest."],["The `WebhookResponse.Types.FulfillmentResponse` class is used to define a fulfillment response sent back to the user and implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes properties like `MergeBehavior`, which determines how messages are merged, and `Messages`, which is a list of rich message responses that will be displayed to the user."],["The page provides information on how to use the two different constructors: a default empty constructor, and one that allows you to create a copy of an already existing `WebhookResponse.Types.FulfillmentResponse` object."],["A list of all the documented version releases for the given class are included, allowing you to search through different builds of the object, with the most up to date listed at the top, and the oldest being at the bottom."]]],[]]