public sealed class BatchDeleteIntentsRequest : IMessage<BatchDeleteIntentsRequest>, IEquatable<BatchDeleteIntentsRequest>, IDeepCloneable<BatchDeleteIntentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchDeleteIntentsRequest.
The request message for
[Intents.BatchDeleteIntents][google.cloud.dialogflow.v2beta1.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 documentation details the `BatchDeleteIntentsRequest` class, which is used in the Google Cloud Dialogflow v2beta1 API to define a request to delete multiple intents."],["The `BatchDeleteIntentsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison."],["The class includes properties like `Intents` to specify the intents to be deleted and `Parent` (or `ParentAsAgentName`) to define the agent associated with the deletion request."],["There are two constructor options for this class, one default and another taking a copy of an existing `BatchDeleteIntentsRequest` object as a parameter."],["This class belongs to the namespace `Google.Cloud.Dialogflow.V2Beta1` and is found within the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]