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."],[[["The content provides reference documentation for the `DeleteIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The latest version documented is 2.23.0, with historical versions ranging back to 1.0.0, and they are all available for the DeleteIntentRequest."],["`DeleteIntentRequest` is a request message for the `Intents.DeleteIntent` operation, enabling the deletion of intents within Dialogflow CX."],["The `DeleteIntentRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `IntentName` (an IntentName-typed view) and `Name` (a string), which is the resource name of the intent to be deleted."]]],[]]