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."],[[["The webpage provides reference documentation for the `FulfillIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, specifically for the .NET Dialogflow v3 API."],["It documents `FulfillIntentRequest` as a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the constructors and properties of the `FulfillIntentRequest` class, such as `Match`, `MatchIntentRequest`, and `OutputAudioConfig`."],["The page has a list of older versions of the documentation, ranging from version 2.23.0(latest) to version 1.0.0."],["The main purpose of the `FulfillIntentRequest` class is to represent a request for fulfilling an intent in Dialogflow CX, which includes details about the matched intent and how to handle the audio output."]]],[]]