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-17 UTC."],[[["This webpage provides documentation for the `DeleteIntentRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its use in the Dialogflow API for .NET."],["The content offers version-specific links for `DeleteIntentRequest`, ranging from the latest version 4.26.0 back to version 3.2.0, along with a list of version specific links."],["The `DeleteIntentRequest` class, used to delete an intent, inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteIntentRequest` class include `IntentName`, which provides a typed view over the resource name, and `Name`, a string property specifying the intent to be deleted."],["The `DeleteIntentRequest` class has two constructors, a parameterless one, and one that accepts another `DeleteIntentRequest` as a parameter."]]],[]]