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 webpage provides reference documentation for the `FulfillIntentRequest` class within the Dialogflow v3 API for .NET, specifically version 2.17.0."],["The `FulfillIntentRequest` class is used to request the fulfillment of an intent within the Dialogflow conversational agent."],["The class inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage also lists all previous versions of this class, ranging from the most recent version, 2.23.0, all the way back to version 1.0.0, for a complete history."],["The `FulfillIntentRequest` class includes properties such as `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which are used for configuring the intent fulfillment."]]],[]]