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, which is part of the Dialogflow v3 API."],["The content covers version 2.15.0 of the API, along with links to various other versions, including the latest release, 2.23.0, as well as older versions dating back to 1.0.0."],["The `FulfillIntentRequest` class is used to define the request for fulfilling an intent in the Dialogflow API, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `FulfillIntentRequest` class include `Match`, `MatchIntentRequest`, and `OutputAudioConfig`, each related to managing intent fulfillment, matching requests, and configuring output audio, respectively."],["The provided documentation includes information about the class's constructors, inherited members, and the assembly it belongs to, allowing developers to understand and effectively use it within the Dialogflow v3 API."]]],[]]