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, detailing its use in the Dialogflow CX API for .NET."],["The `DeleteIntentRequest` class is used to form a request to delete an intent, as indicated by the documentation and the class description."],["This resource page contains links to all available versions of the `DeleteIntentRequest` class, starting with the latest version 2.23.0 down to version 1.0.0, allowing for easy access to documentation for older versions."],["The `DeleteIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteIntentRequest\u003e`, `IDeepCloneable\u003cDeleteIntentRequest\u003e`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteIntentRequest` class has two constructors and includes the `IntentName` and `Name` properties, with `Name` being a required field specifying the intent to be deleted."]]],[]]