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 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."]]],[]]