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 the Dialogflow API."],["The page lists multiple versions of the `DeleteIntentRequest` class, ranging from version 3.2.0 up to the latest 4.26.0, providing links to documentation for each."],["The `DeleteIntentRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties such as `IntentName` and `Name`, the latter being the required parameter for specifying which intent to delete, using the format `projects/{Project ID}/agent/intents/{Intent ID}`."],["The `DeleteIntentRequest` class has two constructors: a default constructor and another that accepts a `DeleteIntentRequest` object for copying."]]],[]]