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 page provides documentation for the `FulfillIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its properties, constructors, and implementation of various interfaces."],["It lists multiple versions of the `Google.Cloud.Dialogflow.Cx.V3.FulfillIntentRequest` class, with version 2.23.0 being the latest available and spanning down to version 1.0.0."],["`FulfillIntentRequest` is defined as a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used in the context of fulfilling an intent in the Dialogflow CX environment."],["The `FulfillIntentRequest` class has properties like `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which are used to manage the intent fulfillment process and the resulting audio output."],["The `FulfillIntentRequest` class offers two constructors, a default one and another allowing an existing `FulfillIntentRequest` object to be used as a parameter, and also inherits several members from the `Object` base class."]]],[]]