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 documentation for the `FulfillIntentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The `FulfillIntentRequest` class is a request message used in the `FulfillIntent` operation within the Dialogflow API, and it implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FulfillIntentRequest` class contains properties like `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which define the matched intent, the associated intent request, and the output audio configuration, respectively."],["The documentation lists various versions of the Google Cloud Dialogflow CX v3 API, ranging from version 1.0.0 to the latest version 2.23.0, each of which having their own `FulfillIntentRequest` class."],["The `FulfillIntentRequest` class can be instantiated using either an empty constructor or by copying another `FulfillIntentRequest` object."]]],[]]