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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eDeleteIntentRequest\u003c/code\u003e class within the Google Cloud Dialogflow v2 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteIntentRequest\u003c/code\u003e class is used to create request messages for deleting intents, and it implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe page details the inheritance and implemented members of the \u003ccode\u003eDeleteIntentRequest\u003c/code\u003e class, including inherited methods like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt outlines the constructors for \u003ccode\u003eDeleteIntentRequest\u003c/code\u003e, including a default constructor and one that takes another \u003ccode\u003eDeleteIntentRequest\u003c/code\u003e object as a parameter, allowing the user to reference an existing request.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation highlights key properties like \u003ccode\u003eIntentName\u003c/code\u003e (typed view) and \u003ccode\u003eName\u003c/code\u003e (string), which are crucial for specifying the intent to be deleted, and provides context on how each is used.\u003c/p\u003e\n"]]],[],null,[]]