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, used for batch deletion of intents in Dialogflow."],["The `BatchDeleteIntentsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class offers two constructors: a default one, and one that takes another `BatchDeleteIntentsRequest` instance for copying, in addition to having three key properties for intent deletion (`Intents`, `Parent`, `ParentAsAgentName`)."],["This page provides access to the documentation of multiple versions of `BatchDeleteIntentsRequest`, ranging from version 3.2.0 up to the latest version 4.26.0."]]],[]]