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-04-09 UTC."],[[["This page provides reference documentation for the `DeleteIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The `DeleteIntentRequest` class is used to send a request to delete an intent, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the class's constructors, which are a default constructor and a constructor that takes another `DeleteIntentRequest` object, as well as the properties `IntentName` and `Name`."],["The latest version of the documentation is 4.26.0, and previous versions are also available, going down as low as 3.2.0, for users who may require older documentation."]]],[]]