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 page provides reference documentation for the `FulfillIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, covering versions from 1.0.0 to the latest, 2.23.0."],["`FulfillIntentRequest` is a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` interfaces, used within the Dialogflow v3 API to handle fulfilling intent requests."],["The `FulfillIntentRequest` class has properties such as `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which are essential for defining the intent to be fulfilled and managing audio output."],["The documentation offers details on the constructors of the `FulfillIntentRequest` class, including a default constructor and one that accepts another `FulfillIntentRequest` object as a parameter."],["The page also displays the inherited members from the Object class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]