public sealed class 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 documentation for the `WebhookResponse.Types.FulfillmentResponse` class within the Dialogflow v3 API, specifically for .NET development."],["The content includes a list of available versions, ranging from version 1.0.0 to the latest version 2.23.0, with links to each version's specific documentation."],["The `FulfillmentResponse` class represents a response to the user, detailing the messages presented, with the ability to set the merging behavior of the message."],["The documentation specifies that `FulfillmentResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page covers the properties of the class such as `MergeBehavior` to determine the merge behavior of messages and `Messages` which is a list of messages to be presented to the user."]]],[]]