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-03-21 UTC."],[[["This webpage provides documentation for the `DeleteIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.14.0."],["The `DeleteIntentRequest` class is used as a request message to delete an intent via `Intents.DeleteIntent`, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page outlines the inheritance of `DeleteIntentRequest` from `object` and lists inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The `DeleteIntentRequest` class has two constructors: a default one and one that takes another `DeleteIntentRequest` as a parameter, and there are two properties; `IntentName`, which is a typed view, and `Name`, which is the formatted name of the intent to delete."],["The webpage lists the versions history of `DeleteIntentRequest`, ranging from the latest 4.26.0 all the way back to 3.2.0."]]],[]]