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 `DeleteIntentRequest` class is used to send a request to delete an intent within the Dialogflow CX API."],["The latest version of `DeleteIntentRequest` is part of the 2.23.0 release, and many previous versions are available as well, starting from 1.0.0, and up to 2.22.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The `DeleteIntentRequest` has two constructors, one default and another that accepts another `DeleteIntentRequest` for cloning."],["The `DeleteIntentRequest` class contains two main properties, `IntentName` which is a typed view of the resource, and `Name` which is a string representing the full path of the intent to be deleted."]]],[]]