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 platform."],["The `DeleteIntentRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is implemented in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors, a default constructor and a constructor that accepts another `DeleteIntentRequest` object, for creating new instances."],["The `DeleteIntentRequest` class includes two properties, `IntentName` and `Name`, where `Name` specifies the intent to be deleted, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/intents/\u003cIntent ID\u003e`."]]],[]]