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 webpage details the `BatchDeleteIntentsRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for .NET development, and it is part of version 3.11.0 with a long list of older versions."],["The `BatchDeleteIntentsRequest` class is used to construct request messages for deleting multiple intents in Dialogflow using `Intents.BatchDeleteIntents`."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, and deep cloning."],["The class has two constructors and three main properties `Intents`, `Parent`, and `ParentAsAgentName`, which allow developers to specify the collection of intents to delete and the agent they belong to."],["The latest version of this class is the `4.26.0`, and it has version history all the way back to `3.2.0`."]]],[]]