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 the `DeleteIntentRequest` class is 2.23.0, while version 1.2.0 is also mentioned in the content as a reference point."],["This webpage contains the documentation for the `DeleteIntentRequest` class, which is used for deleting intents in the Dialogflow CX V3 API."],["The `DeleteIntentRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that takes a `DeleteIntentRequest` object as a parameter."],["The class has two properties: `IntentName` for a typed view over the resource name, and `Name` which is the name of the intent to delete, following a specified format."]]],[]]