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."],[[["This page details the `BatchDeleteIntentsRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used to request the batch deletion of intents."],["The most current version is 4.26.0, with available documentation links listed all the way back to version 3.2.0, all of which are associated with `BatchDeleteIntentsRequest`."],["The `BatchDeleteIntentsRequest` class inherits from `System.Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among other things."],["Key properties of this class include `Intents`, for the collection of intents to delete, and `Parent`, for specifying the agent from which to delete intents, and lastly `ParentAsAgentName` for agent name specific usage."],["The class has two constructors: a default constructor `BatchDeleteIntentsRequest()` and another `BatchDeleteIntentsRequest(BatchDeleteIntentsRequest other)` that allows for the creation of a new request based off of another."]]],[]]