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-03-21 UTC."],[[["This page details the `DeleteIntentRequest` class, which is used to request the deletion of an intent in the Google Cloud Dialogflow V2 API."],["The latest version available for `DeleteIntentRequest` is 4.26.0, with numerous older versions listed dating back to 3.2.0, all providing the `DeleteIntentRequest` function."],["`DeleteIntentRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it has implemented member functions such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `DeleteIntentRequest` class includes properties for `IntentName` and `Name`, the latter of which is required and specifies the intent to be deleted, including the path to find it."],["There are two constructors for the class: a parameterless constructor `DeleteIntentRequest()`, and one that takes in another `DeleteIntentRequest` for its parameter, `DeleteIntentRequest(DeleteIntentRequest other)`."]]],[]]