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 webpage provides reference documentation for the `DeleteIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `DeleteIntentRequest` class is used as a request message for deleting an intent in the Dialogflow v3 API, using the `Intents.DeleteIntent` function."],["The page lists available versions of the API, ranging from version 2.23.0 (latest) down to 1.0.0, for the `DeleteIntentRequest` class."],["The `DeleteIntentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class features two constructors, including a default one and one to copy an existing `DeleteIntentRequest`, and it has two properties: `IntentName` and `Name`."]]],[]]