public sealed class FulfillIntentRequest : IMessage<FulfillIntentRequest>, IEquatable<FulfillIntentRequest>, IDeepCloneable<FulfillIntentRequest>, IBufferMessage, IMessage
[[["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 page provides documentation for the `FulfillIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its properties, constructors, and implementation of various interfaces."],["The `FulfillIntentRequest` class is a request object for fulfilling intents in the Dialogflow CX API and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Dialogflow CX API documented on this page is version 2.23.0, and it offers a comprehensive list of previous versions, dating back to version 1.0.0."],["Key properties of the `FulfillIntentRequest` class include `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which manage the matched intent, the corresponding match intent request, and audio output configurations, respectively."]]],[]]