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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `BatchDeleteIntentsRequest` is 4.26.0, and the page provides links to versions all the way down to 3.2.0."],["The `BatchDeleteIntentsRequest` class is used to create a request message for batch deleting intents in the Dialogflow API, specifically within the `Intents.BatchDeleteIntents` function."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each for different functionalities."],["The class has properties like `Intents`, which is a required collection of intents to be deleted, and `Parent`, which specifies the agent for which the intents will be deleted."],["There is also `ParentAsAgentName` which provides a typed view over the parent resource name property."]]],[]]