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 webpage provides reference documentation for the `DeleteIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `DeleteIntentRequest` class is used to send a request to delete an intent within the Dialogflow platform, and includes details for parameters like `IntentName` and the intent's unique `Name`."],["The content covers a range of versions for the `DeleteIntentRequest` class, with version 4.26.0 being the latest, and it details the inheritance, implementation, namespace, and constructors of the class."],["The document outlines the `DeleteIntentRequest` class's properties, like `IntentName` and `Name`, with explanations of their types and uses, such as specifying the target intent to be deleted by its name."],["The page also includes older versions of the class going back to version 3.2.0 that can be reviewed."]]],[]]