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"]],[["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 document provides reference documentation for the `DeleteIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically detailing its structure, functionality, and implementation across various versions."],["The `DeleteIntentRequest` class is used to construct request messages for deleting intents, as part of the `Intents.DeleteIntent` method within the Dialogflow API."],["The latest version available for the `DeleteIntentRequest` class is 4.26.0, and the documentation covers versions back to 3.2.0, alongside detailing version 4.15.0."],["The `DeleteIntentRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, `DeleteIntentRequest()` and `DeleteIntentRequest(DeleteIntentRequest other)`, and two properties, `IntentName` (a typed view of the resource name) and `Name` (the intent's name in the format: `projects/\u003cProject ID\u003e/agent/intents/\u003cIntent ID\u003e`)."]]],[]]