public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DeleteIntentRequest.
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 page provides reference documentation for the `DeleteIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, part of the Dialogflow v3 API."],["The `DeleteIntentRequest` class is used to manage requests for deleting intents within the Dialogflow CX platform, and it is implemented through multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page also provides the historical version of the `DeleteIntentRequest` class, ranging from version 1.0.0 all the way up to the latest version 2.23.0."],["This class has two constructors, `DeleteIntentRequest()` and `DeleteIntentRequest(DeleteIntentRequest other)`, with the second constructor designed to take another instance of the `DeleteIntentRequest` class as a parameter."],["There are two main properties within the `DeleteIntentRequest` class: `IntentName`, which provides a typed view over the resource name, and `Name`, which is a string specifying the intent's resource name."]]],[]]