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 the .NET environment."],["The latest version available for the `DeleteIntentRequest` class is 2.23.0, and a historical list of versions ranging from 2.22.0 down to 1.0.0 is provided."],["`DeleteIntentRequest` is used to construct the message for deleting an intent, which implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteIntentRequest` class include `IntentName`, a type of IntentName, and `Name`, which is a string representing the full resource path of the intent to be deleted."],["The class has two constructors: a parameterless constructor and one that accepts another `DeleteIntentRequest` instance for copying."]]],[]]