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 the .NET environment, with the most recent version of the API being 4.26.0."],["The `BatchDeleteIntentsRequest` class is used to define a request to delete multiple intents, as part of the `Intents.BatchDeleteIntents` function within the API, which includes various inherited properties."],["The documentation covers versions ranging from 3.2.0 to the latest release of 4.26.0, for the `BatchDeleteIntentsRequest` class, allowing users to access specific historical versions of the class."],["The class has two constructors, one default and another that takes an existing `BatchDeleteIntentsRequest` object as a parameter, and includes a property that defines the intents to be deleted, while also including the name of the parent agent."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are related to protobuf and object behavior."]]],[]]