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."],[[["The `FulfillIntentRequest` class is a part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, and it is designed to handle requests for fulfilling intents within the Dialogflow CX platform."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, comparison, deep cloning, and buffer management."],["The webpage lists various versions of the `FulfillIntentRequest` class, ranging from version 1.0.0 to 2.23.0, with 2.23.0 being the latest available version."],["The `FulfillIntentRequest` class includes properties such as `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which allow for specifying the matched intent, corresponding intent request, and output audio configuration, respectively."],["There are two constructors for the `FulfillIntentRequest`, one default and the other accepting another `FulfillIntentRequest` to allow for a copy."]]],[]]