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 the .NET platform."],["The `DeleteIntentRequest` class is used for sending requests to delete an intent in the Dialogflow CX v3 API, and it implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The documentation covers versions from 1.0.0 up to the latest version 2.23.0 of the `Google.Cloud.Dialogflow.Cx.V3` library, with 2.15.0 being the version highlighted in the provided content."],["Key members of the class include constructors `DeleteIntentRequest()` and `DeleteIntentRequest(DeleteIntentRequest)` and properties `IntentName` and `Name`, which are used to define the intent to be deleted."],["The `DeleteIntentRequest` class inherits from `object` and provides the functionality to delete a specific intent using its `Name` property, which follows a specific format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/intents/\u003cIntent ID\u003e`."]]],[]]