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 documentation for the `FulfillIntentRequest` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The latest version of this class is 2.23.0, but the page primarily details version 2.20.0 along with a list of previous versions ranging from 2.22.0 down to 1.0.0."],["`FulfillIntentRequest` is a request object for fulfilling intents, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Match`, `MatchIntentRequest`, and `OutputAudioConfig` which are essential for configuring and managing intent fulfillment."],["The class has 2 constructors: one empty constructor and one that takes another `FulfillIntentRequest` object."]]],[]]