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 page provides reference documentation for the `DeleteIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `DeleteIntentRequest` class is used to send a request to delete an intent, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It lists numerous versions of the `DeleteIntentRequest` class, ranging from the latest version 4.26.0 down to version 3.2.0, enabling users to find documentation applicable to their specific version."],["The class includes properties such as `IntentName`, which is a typed view over the resource name property, and `Name`, which is the required property for specifying the intent to delete, including the project ID and intent ID."],["The documentation shows that the `DeleteIntentRequest` class inherits from the `Object` class and provides public constructors, `DeleteIntentRequest()` and `DeleteIntentRequest(DeleteIntentRequest other)`, along with inherited members."]]],[]]