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` namespace, detailing its properties, constructors, and implementation of various interfaces."],["The `FulfillIntentRequest` class is part of the Dialogflow v3 API and is used to define the request for fulfilling an intent, as indicated by the class description and the inheritance of the `IMessage` interface."],["The documentation lists multiple versions of the `FulfillIntentRequest` class, ranging from version 1.0.0 up to the latest version 2.23.0, allowing users to access documentation for different releases."],["The `FulfillIntentRequest` class includes properties such as `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, which are used to specify the matched intent, the corresponding intent request, and the output audio configuration respectively."],["This API class inherits functionality from the `object` base class, and also implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are standard for protocol buffer messages in .NET."]]],[]]