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, which is used in fulfilling intent requests."],["The `FulfillIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version available for the `Google.Cloud.Dialogflow.Cx.V3.FulfillIntentRequest` is `2.23.0`, with previous versions spanning back to version `1.0.0`."],["Key properties of `FulfillIntentRequest` include `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which are used for managing matched intents, corresponding intent requests, and output audio configurations."]]],[]]