public sealed class BatchDeleteIntentsRequest : IMessage<BatchDeleteIntentsRequest>, IEquatable<BatchDeleteIntentsRequest>, IDeepCloneable<BatchDeleteIntentsRequest>, IBufferMessage, IMessage
The request message for [Intents.BatchDeleteIntents][google.cloud.dialogflow.v2.Intents.BatchDeleteIntents].
[[["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 details the `BatchDeleteIntentsRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.8.0 and its various versions up to 4.26.0."],["The `BatchDeleteIntentsRequest` class is used to send requests to the `Intents.BatchDeleteIntents` method in Dialogflow V2 and is found in the Google.Cloud.Dialogflow.V2.dll assembly."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `Object` class, having a few inherited members such as GetHashCode and GetType."],["The class contains two constructors: a parameterless constructor, and one that takes another `BatchDeleteIntentsRequest` object as a parameter, and it also contains the properties of `Intents`, `Parent`, and `ParentAsAgentName`."],["The `BatchDeleteIntentsRequest` class has properties like `Intents` (a collection of intents to delete), `Parent` (the agent's name), and `ParentAsAgentName` (a typed view over the parent resource)."]]],[]]