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, specifically for version 2.8.0."],["The `DeleteIntentRequest` class is used to format and send a request to delete an intent in the Dialogflow CX API, as defined by the `Intents.DeleteIntent` method."],["The `DeleteIntentRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The page lists available versions of the documentation for the `DeleteIntentRequest`, ranging from the latest version, 2.23.0, down to the oldest, 1.0.0."],["The `DeleteIntentRequest` class includes two properties, `IntentName`, a typed resource name property, and `Name`, a string property representing the full resource name of the intent to delete."]]],[]]