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 details the `BatchDeleteIntentsRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.5.0, used for batch deleting intents in the Dialogflow API."],["The `BatchDeleteIntentsRequest` class is a request message used in `Intents.BatchDeleteIntents` and is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties for `Intents`, a collection of intents to be deleted, and `Parent`, the agent's name where the intents are located."],["The latest version available for reference on the page is 4.26.0, and prior version documentation can be accessed from versions 4.25.0 down to 3.2.0."],["The `ParentAsAgentName` property is included to provide an `AgentName`-typed view of the parent resource name property."]]],[]]