public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
The request message for [Intents.DeleteIntent][google.cloud.dialogflow.v2.Intents.DeleteIntent].
Required. The name of the intent to delete. If this intent has direct or
indirect followup intents, we also delete them.
Format: projects/{Project ID}/agent/intents/{Intent ID}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `DeleteIntentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for requesting the deletion of intents in Dialogflow."],["The latest version of `DeleteIntentRequest` is 4.26.0, with historical versions dating back to 3.2.0 available for reference."],["The `DeleteIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `DeleteIntentRequest` class include `IntentName` (a typed view) and `Name` (the intent's resource name), which are essential for specifying the intent to be deleted."],["There are two constructors available for creating a `DeleteIntentRequest` instance: a default constructor and a constructor that takes another `DeleteIntentRequest` as a parameter."]]],[]]