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."],[[["This page provides documentation for the `DeleteIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for requesting the deletion of an intent."],["The `DeleteIntentRequest` class has been implemented with multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has an inheritance from the base `Object` class."],["This page also documents prior versions, with the latest being version 2.23.0 and spanning back to version 1.0.0, allowing users to explore various iterations of this class and its dependencies."],["The `DeleteIntentRequest` class has two properties: `IntentName`, which is a typed view of the resource name, and `Name`, a string that is the required name of the intent to delete."],["The `DeleteIntentRequest` class contains two constructors: one default and one that takes another `DeleteIntentRequest` object as a parameter."]]],[]]