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"]],[["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 reference documentation for the `BatchDeleteIntentsRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `BatchDeleteIntentsRequest` class is used to define requests for the `Intents.BatchDeleteIntents` method, which allows for the bulk deletion of intents."],["The documentation outlines the inheritance structure of `BatchDeleteIntentsRequest`, showing it derives from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `Intents`, which is a required collection of intents to delete, and `Parent`, which specifies the agent under which the intents are located, following the specified format `projects/\u003cProject ID\u003e/agent`."],["The page lists links to many different versions of the `BatchDeleteIntentsRequest`, with version 4.26.0 being the latest and version 3.2.0 being the oldest one available."]]],[]]