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 within the context of version 3.6.0 and provides its implementation and properties, up to and including version 4.26.0."],["The `BatchDeleteIntentsRequest` class is used to send a request to the `Intents.BatchDeleteIntents` method, and it implements multiple interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, enabling functionalities like message handling and object cloning."],["The class has properties like `Intents`, which is a collection of intents to be deleted, and `Parent`, which specifies the agent under which the intents are located, each allowing you to specify the intents and their parent that you want to delete."],["It is provided the details for the constructors of the `BatchDeleteIntentsRequest` class, including a default constructor and a copy constructor that takes another `BatchDeleteIntentsRequest` object as a parameter."],["The documentation for this page also provides a list of prior versions, spanning from 3.2.0 up to 4.26.0, each linking to the documentation of that specific version."]]],[]]