public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
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 page details the \u003ccode\u003eDeleteIntentRequest\u003c/code\u003e class, which is used to request the deletion of an intent in the Google Cloud Dialogflow V2 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eDeleteIntentRequest\u003c/code\u003e is 4.26.0, with numerous older versions listed dating back to 3.2.0, all providing the \u003ccode\u003eDeleteIntentRequest\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteIntentRequest\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and it has implemented member functions such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteIntentRequest\u003c/code\u003e class includes properties for \u003ccode\u003eIntentName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e, the latter of which is required and specifies the intent to be deleted, including the path to find it.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the class: a parameterless constructor \u003ccode\u003eDeleteIntentRequest()\u003c/code\u003e, and one that takes in another \u003ccode\u003eDeleteIntentRequest\u003c/code\u003e for its parameter, \u003ccode\u003eDeleteIntentRequest(DeleteIntentRequest other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]