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 version 3.2.0, used for batch deleting intents in the Dialogflow API."],["The `BatchDeleteIntentsRequest` class is a request message used in `Intents.BatchDeleteIntents` and is found within the Google Cloud Dialogflow V2 API."],["The `BatchDeleteIntentsRequest` class includes properties such as `Intents`, which specifies the intents to be deleted, and `Parent`, which indicates the agent associated with the intents, and it also has `ParentAsAgentName` that offers a type-safe way to interact with the `Parent` property."],["This page provides access to the documentation for `BatchDeleteIntentsRequest` across multiple versions of the API, ranging from version 3.2.0 up to the latest version, 4.26.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling capabilities such as message handling, equality checks, deep cloning, and buffered message operations."]]],[]]