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 webpage 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, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the Google Protobuf framework."],["This documentation lists the different versions of the `FulfillIntentRequest` class, ranging from the latest `2.23.0` down to the `1.0.0` version, with links to the documentation of each version."],["The class includes properties like `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which define the matched intent, the corresponding match intent request, and the output audio configuration respectively."],["It is made available through the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]