public sealed class BatchDeleteIntentsRequest : IMessage<BatchDeleteIntentsRequest>, IEquatable<BatchDeleteIntentsRequest>, IDeepCloneable<BatchDeleteIntentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class BatchDeleteIntentsRequest.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `BatchDeleteIntentsRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, with the latest version being 4.26.0."],["The `BatchDeleteIntentsRequest` class is used to construct requests for the `Intents.BatchDeleteIntents` method, which facilitates the bulk deletion of intents."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in handling message-based operations."],["Key properties include `Intents`, which is a collection of intents to be deleted, and `Parent`, representing the agent from which the intents will be deleted, with a detailed formatting requirement for the agent's name."],["The documentation covers versions back to 3.2.0, each containing a link for their associated `BatchDeleteIntentsRequest` class."]]],[]]