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 such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the available constructors for the `FulfillIntentRequest` class, which include a default constructor and one that takes another `FulfillIntentRequest` object as a parameter."],["Key properties of the `FulfillIntentRequest` class include `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, each of which plays a role in defining how an intent is matched and fulfilled."],["This documentation also provides links to reference documentation for various versions of the API, ranging from version 2.23.0 down to 1.0.0, allowing you to navigate between versions of the FulfillIntentRequest."]]],[]]