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 details the `DeleteIntentRequest` class, which is used to request the deletion of an intent in the Google Cloud Dialogflow CX environment."],["The page provides documentation for the `DeleteIntentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, with the earliest version listed as `1.0.0` and the latest being `2.23.0`."],["The `DeleteIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, allowing for rich functionality."],["Key properties of `DeleteIntentRequest` are `IntentName`, which provides a typed view over the intent's resource name, and `Name`, which is a string representing the full resource name of the intent to be deleted."],["The webpage contains links to older versions of the `DeleteIntentRequest` documentation, for versions between 1.0.0 and 2.23.0, allowing the user to navigate to previous versions if needed."]]],[]]