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, specifically detailing its structure and functionality across various versions."],["The `FulfillIntentRequest` class is a request type used in Dialogflow CX for fulfilling intents, and it inherits from the base `Object` class while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `FulfillIntentRequest` is version 2.23.0, and the page lists versions all the way back to 1.0.0, each linking to their respective documentation pages."],["The `FulfillIntentRequest` class includes properties like `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which are essential for specifying the intent to fulfill, matching intent requests, and configuring output audio, respectively."],["The class documentation describes the constructors of `FulfillIntentRequest`, including a default constructor and a constructor that takes another `FulfillIntentRequest` object as a parameter for deep copying."]]],[]]