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"]],[["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 details the `BatchDeleteIntentsRequest` class within the Google.Cloud.Dialogflow.V2 namespace, used for deleting multiple intents in the Dialogflow API."],["The latest version available for this resource is 4.26.0, and the page offers links to documentation for versions ranging from 4.26.0 down to 3.2.0."],["`BatchDeleteIntentsRequest` implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from `Object`."],["The class includes properties for `Intents`, which specifies the intents to be deleted, and `Parent`, which defines the agent to remove intents from, where it can also be specified as an `AgentName`."]]],[]]