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, which is used to request the deletion of an intent in the Google Cloud Dialogflow V2 API."],["The `DeleteIntentRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is contained within the `Google.Cloud.Dialogflow.V2.dll` assembly."],["It provides the `Name` property, which is required and specifies the intent to delete using the format: `projects/{Project ID}/agent/intents/{Intent ID}`."],["The page has a list of many versions of the DeleteIntentRequest class, from 3.2.0 to 4.26.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."]]],[]]