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 latest version of `DeleteIntentRequest` within the `Google.Cloud.Dialogflow.Cx.V3` namespace is version 2.23.0, with a history of versions going back to version 1.0.0."],["`DeleteIntentRequest` is a class used for requesting the deletion of an intent in the Dialogflow CX API and it inherits from the base `Object` class while implementing several interfaces."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` assembly (`Google.Cloud.Dialogflow.Cx.V3.dll`)."],["The `DeleteIntentRequest` class includes properties such as `IntentName` (typed view over name) and `Name` (string value of name), and contains constructors to initialize it with or without another `DeleteIntentRequest` object."],["The `DeleteIntentRequest` is a message that requires the intent's name to be deleted in the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/intents/\u003cIntent ID\u003e`."]]],[]]