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 document provides reference documentation for the `DeleteIntentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the .NET environment."],["The latest version of the API documentation is available in version 2.23.0, and the provided list of versions ranges from 1.0.0 to 2.23.0."],["`DeleteIntentRequest` is a class that is used in the Dialogflow v3 API to send a request to delete an intent, and it inherits from `object` while implementing multiple interfaces."],["The class `DeleteIntentRequest` contains two properties, `IntentName`, which provides a typed view over the `Name`, and `Name`, which is a required string specifying the intent to be deleted in the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/intents/\u003cIntent ID\u003e`."]]],[]]