public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DeleteIntentRequest.
The request message for
[Intents.DeleteIntent][google.cloud.dialogflow.cx.v3.Intents.DeleteIntent].
[[["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 documentation for the `DeleteIntentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically within the .NET library."],["The `DeleteIntentRequest` class is used to construct requests for deleting intents in Dialogflow CX, and is implemented from the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The documentation covers various versions of the .NET library for Dialogflow CX v3, ranging from version 1.0.0 up to the latest version, 2.23.0, with all of them containing the `DeleteIntentRequest` class."],["Key properties of the `DeleteIntentRequest` class include `Name` (a string representing the intent's resource name) and `IntentName` (an `IntentName`-typed view over the resource name)."],["The `DeleteIntentRequest` class contains two constructors, one parameterless, and the other that contains another `DeleteIntentRequest` as a parameter."]]],[]]