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."],["The `BatchDeleteIntentsRequest` class is used to send requests for deleting multiple intents in a batch, as part of the `Intents.BatchDeleteIntents` operation."],["The documentation covers a range of versions, from 3.2.0 up to the latest version 4.26.0, allowing users to see how the class has evolved."],["Key properties of `BatchDeleteIntentsRequest` include `Intents` (the collection of intents to be deleted) and `Parent` (the name of the agent these intents belong to), which are required."],["The provided documentation lists the public constructors for the class, as well as the interfaces it implements, and the members that it inherits from `object`."]]],[]]