public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteIntentRequest.
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 page provides reference documentation for the `DeleteIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `DeleteIntentRequest` class is used to create a request for deleting an intent, as part of the `Intents.DeleteIntent` process."],["It lists all the available versions of the `DeleteIntentRequest` class from 3.2.0 to the latest, 4.26.0, providing links to each version's documentation."],["The page details the `DeleteIntentRequest` class's inheritance, implemented interfaces, inherited members, constructors, and properties, including `IntentName` and `Name`."],["The `Name` property is required when deleting an intent and provides instructions on how to format it correctly, while also noting that deleting an intent will also delete its followup intents."]]],[]]