public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
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."],[[["The page provides documentation for the `DeleteIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for requesting the deletion of an intent."],["This class is part of the Google Cloud Dialogflow CX .NET library, with a list of available versions ranging from 1.0.0 to the latest 2.23.0, all for the `DeleteIntentRequest`."],["`DeleteIntentRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `DeleteIntentRequest` class has two constructors, one default and another that takes a `DeleteIntentRequest` object as a parameter, along with properties `IntentName` and `Name`."],["The required `Name` property within the `DeleteIntentRequest` specifies the full resource name of the intent to be deleted, following the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/intents/\u003cIntent ID\u003e`."]]],[]]