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 document provides reference documentation for the `FulfillIntentRequest` class within the Google Cloud Dialogflow CX V3 API for .NET, which is used for fulfilling intent requests."],["The latest version of `FulfillIntentRequest` is 2.23.0, and this page also lists several previous versions dating back to version 1.0.0 for developers who are working on a previous version."],["`FulfillIntentRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, containing properties such as `Match`, `MatchIntentRequest`, and `OutputAudioConfig`."],["The class contains 2 constructors: the default `FulfillIntentRequest()`, and the `FulfillIntentRequest(FulfillIntentRequest other)` constructor, that is used to make a new object based on another `FulfillIntentRequest`."],["It is defined within the `Google.Cloud.Dialogflow.Cx.V3` namespace and located in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]