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 details the `FulfillIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, with the latest version being 2.23.0 and version 1.5.0 being the current documentation subject."],["`FulfillIntentRequest` is used for fulfilling intents, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["The class offers two constructors, a default constructor and one that takes another `FulfillIntentRequest` object for parameter, allowing for cloning."],["Key properties of the `FulfillIntentRequest` class include `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which are essential for intent fulfillment and audio output configuration."],["A list of previous versions is available, ranging from version 2.22.0 all the way back to 1.0.0, with links to each versions documentation."]]],[]]