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 construct request messages for deleting intents in the Dialogflow CX V3 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and use within the .NET ecosystem."],["The `DeleteIntentRequest` class provides constructors to create instances, either as a default object or by cloning from an existing `DeleteIntentRequest` object."],["It has two main properties: `IntentName`, which offers a typed view over the resource name, and `Name`, which specifies the full resource name of the intent to be deleted, with a required format."],["The page includes documentation for 37 versions of the DeleteIntentRequest from version 1.0.0 all the way to the latest version of 2.23.0."]]],[]]