public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
The request message for [Intents.DeleteIntent][google.cloud.dialogflow.cx.v3.Intents.DeleteIntent].
[[["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."],[[["The `DeleteIntentRequest` class is used to create a request message for deleting an intent within the Dialogflow CX API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for working with the message as well as cloning it and checking for equality."],["The latest version available for the `DeleteIntentRequest` is 2.23.0, and the page provides links to documentation for many previous versions of the class."],["The `DeleteIntentRequest` class has two constructors, a default one and another that accepts another `DeleteIntentRequest` as a parameter for copying, and two properties named IntentName and Name."],["The `Name` property is mandatory and represents the resource name of the intent to be deleted, following a specified format."]]],[]]