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."],[[["The page details the `BatchDeleteIntentsRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used to delete multiple intents in Dialogflow."],["The latest version for the `BatchDeleteIntentsRequest` is 4.26.0, and the page also contains a comprehensive list of versions ranging from 4.25.0 down to 3.2.0, providing versioned access to this request."],["`BatchDeleteIntentsRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchDeleteIntentsRequest` class includes properties such as `Intents` (a collection of intents to delete), `Parent` (the agent's name), and `ParentAsAgentName` (an `AgentName` type for the parent resource)."],["It contains two constructors: a parameterless `BatchDeleteIntentsRequest()` and a `BatchDeleteIntentsRequest(BatchDeleteIntentsRequest other)`, which accepts another object of its type."]]],[]]