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 for .NET."],["The `DeleteIntentRequest` class is used as a request message for deleting an intent in the Dialogflow CX v3 API."],["The documentation lists the class's constructors (`DeleteIntentRequest()`, `DeleteIntentRequest(DeleteIntentRequest)`) and properties, which include `IntentName` and `Name`, alongside their descriptions and types."],["A list of all versions from 1.0.0 to 2.23.0 are provided, with links to the documentation of each of them, and 2.23.0 is specified as the latest."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]