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 webpage provides documentation for the `DeleteIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for use in .NET development."],["The `DeleteIntentRequest` class is used to construct request messages for deleting intents in Google Cloud Dialogflow CX, as part of the `Intents.DeleteIntent` operation."],["The documentation covers a range of versions, from 1.0.0 up to 2.23.0 (latest), for the `Google.Cloud.Dialogflow.Cx.V3` package, detailing where to find the `DeleteIntentRequest` for each version."],["The `DeleteIntentRequest` class has two constructors and two properties, `IntentName` and `Name`, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]