public sealed class BatchDeleteIntentsRequest : IMessage<BatchDeleteIntentsRequest>, IEquatable<BatchDeleteIntentsRequest>, IDeepCloneable<BatchDeleteIntentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class BatchDeleteIntentsRequest.
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."],[[["This webpage provides reference documentation for the `BatchDeleteIntentsRequest` class within the Google Cloud Dialogflow V2 API, specifically for the .NET environment, with the most recent version at 4.26.0, and the current page representing version 4.19.0."],["The `BatchDeleteIntentsRequest` class is used to send a request for deleting a collection of intents through the `Intents.BatchDeleteIntents` method, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that takes an existing `BatchDeleteIntentsRequest` object, allowing for cloning."],["The class contains two properties, `Intents` which is a collection of intents to be deleted and it is a `RepeatedField` of `Intent` and the other one is `Parent` which is the agent to delete all entities from in string format, along with a `ParentAsAgentName` property that provides a typed view."],["The page displays a comprehensive list of available versions for the `BatchDeleteIntentsRequest` class, ranging from version 3.2.0 to the latest 4.26.0, allowing users to browse documentation for different versions."]]],[]]