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."],[[["The provided content is the reference documentation for the `FulfillIntentRequest` class in the Google Cloud Dialogflow CX v3 API, with versions ranging from 1.0.0 to 2.23.0, with 2.23.0 being the latest version."],["`FulfillIntentRequest` is a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, which is used to handle intent fulfillment requests."],["The `FulfillIntentRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable\u003cFulfillIntentRequest\u003e`, `IDeepCloneable\u003cFulfillIntentRequest\u003e`, and `IBufferMessage`."],["The class has properties including `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, enabling the specification of the matched intent, the original match request, and instructions for audio output respectively."],["Two constructors are available: a default constructor (`FulfillIntentRequest()`) and a copy constructor (`FulfillIntentRequest(FulfillIntentRequest other)`), which takes another `FulfillIntentRequest` object as an argument."]]],[]]