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 webpage provides reference documentation for the `DeleteIntentRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `DeleteIntentRequest` class is used to format and manage requests when deleting intents, as part of the `Intents.DeleteIntent` operation."],["The latest available version of the API is 4.26.0 and this page is displaying information for version 4.7.0 with a full list of links to other versions."],["The `DeleteIntentRequest` class includes properties such as `IntentName` and `Name`, which are essential for identifying the intent to be deleted."],["The document covers the class's constructors and inherited members from parent classes, as well as its implementations of various interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]