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 content provides a comprehensive list of versions for the `DeleteIntentRequest` class, ranging from version 1.0.0 to the latest version 2.23.0."],["`DeleteIntentRequest` is a class used for deleting intents within the Google Cloud Dialogflow CX V3 API, and it's the request message for `Intents.DeleteIntent`."],["The `DeleteIntentRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteIntentRequest` class includes properties such as `IntentName`, which provides a typed view over the `Name`, and `Name`, which is a required string property specifying the intent to delete in a specific format."],["The class has two constructors, a default one, and another one that takes in another instance of itself."]]],[]]