public sealed class FulfillIntentRequest : IMessage<FulfillIntentRequest>, IEquatable<FulfillIntentRequest>, IDeepCloneable<FulfillIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class FulfillIntentRequest.
[[["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 `FulfillIntentRequest` class within the Dialogflow v3 API for .NET, specifically version 2.12.0."],["The `FulfillIntentRequest` class is used to request the fulfillment of an intent, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is 2.23.0, with older versions available all the way back to version 1.0.0."],["The class includes constructors to create a new instance or copy an existing `FulfillIntentRequest` object, and has properties like `Match`, `MatchIntentRequest`, and `OutputAudioConfig`."],["This class belongs to the namespace `Google.Cloud.Dialogflow.Cx.V3`, and it's part of the assembly `Google.Cloud.Dialogflow.Cx.V3.dll`."]]],[]]