public sealed class FulfillIntentRequest : IMessage<FulfillIntentRequest>, IEquatable<FulfillIntentRequest>, IDeepCloneable<FulfillIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class FulfillIntentRequest.
[[["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 reference documentation for the `FulfillIntentRequest` class within the Dialogflow v3 API for .NET, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `FulfillIntentRequest` class is a request type used for fulfilling intents in Dialogflow, inheriting from the base `object` class and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.23.0, while this page is showing the documentation for version 2.7.0, with a list of all versions from 1.0.0 to 2.23.0 provided in the content."],["The `FulfillIntentRequest` class contains properties such as `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which are essential components for handling the intent fulfillment process."],["The webpage includes details on the constructors for the class, including a default constructor and one that takes another `FulfillIntentRequest` object."]]],[]]