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"]],[["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-04-09 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 string representation), representing the intent to be deleted."],["This class also contains two constructors; one that is empty and the other using another `DeleteIntentRequest` object as a parameter."]]],[]]