public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteIntentRequest.
The request message for
[Intents.DeleteIntent][google.cloud.dialogflow.v2.Intents.DeleteIntent].
Required. The name of the intent to delete. If this intent has direct or
indirect followup intents, we also delete them.
Format: projects/<Project ID>/agent/intents/<Intent ID>.
[[["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 v2 API, specifically for .NET development."],["The `DeleteIntentRequest` class is used to create request messages for deleting intents, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the inheritance and implemented members of the `DeleteIntentRequest` class, including inherited methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["It outlines the constructors for `DeleteIntentRequest`, including a default constructor and one that takes another `DeleteIntentRequest` object as a parameter, allowing the user to reference an existing request."],["The documentation highlights key properties like `IntentName` (typed view) and `Name` (string), which are crucial for specifying the intent to be deleted, and provides context on how each is used."]]],[]]