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 API, specifically for .NET."],["The latest version of the API documented here is 2.23.0, with documentation available for versions going back to 1.0.0, and the current displayed version is 2.16.0."],["`FulfillIntentRequest` is a class used to represent a request for fulfilling an intent, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Match`, `MatchIntentRequest`, and `OutputAudioConfig` for specifying matched intents, corresponding intent requests, and audio output configuration."],["The class offers two constructors: a default constructor and one that copies another `FulfillIntentRequest` object."]]],[]]