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, used for deleting multiple intents in the Dialogflow API."],["The `BatchDeleteIntentsRequest` class supports multiple versions, ranging from the latest 4.26.0 down to 3.2.0, with links to each versions documentation."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `BatchDeleteIntentsRequest` include `Intents`, which is a collection of intents to delete, and `Parent`, specifying the agent under which these intents reside."],["The `BatchDeleteIntentsRequest` class also contains two constructors, one default and one that accepts another `BatchDeleteIntentsRequest` object as a parameter."]]],[]]