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 provides documentation for the `BatchDeleteIntentsRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["The `BatchDeleteIntentsRequest` class is used to request the batch deletion of intents in the Dialogflow API, and it implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 4.26.0, but the page lists previous versions down to 3.2.0, offering a historical reference for the `BatchDeleteIntentsRequest` class."],["Key properties of `BatchDeleteIntentsRequest` include `Intents`, which is a collection of intents to delete, and `Parent`, which specifies the agent from which to delete the intents."],["The documentation outlines the constructors for creating a `BatchDeleteIntentsRequest` object, either as a default instance or by copying from an existing `BatchDeleteIntentsRequest` object."]]],[]]