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 webpage provides reference documentation for the `BatchDeleteIntentsRequest` class within the Google Cloud Dialogflow V2 API, specifically for .NET."],["The `BatchDeleteIntentsRequest` class is used to delete multiple intents and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["The page includes a list of available versions of the Dialogflow V2 API, ranging from version 3.2.0 up to 4.26.0, with the most recent version available at the top."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `BatchDeleteIntentsRequest` class include `Intents`, which is a collection of intents to delete, and `Parent`, which specifies the agent to which the intents belong."]]],[]]