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 content pertains to the `DeleteIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library, specifically focusing on version 2.0.0."],["This class is used to construct request messages for deleting intents as part of the Dialogflow CX API and it inherits from the base `Object` class while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteIntentRequest` class has two constructors and two properties: one for an `IntentName` object and another string property for the `Name` of the intent to delete, which is required and must follow a specific format."],["The documented versions range from 1.0.0 to the latest version of 2.23.0 in the listing of the `DeleteIntentRequest` which can be accessed for previous versions of the class."]]],[]]