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, with the most recent version listed as 4.26.0."],["The `BatchDeleteIntentsRequest` class is used to send a request to the Dialogflow API to delete multiple intents at once using the `Intents.BatchDeleteIntents` method."],["The class has properties for `Intents`, which is a collection of intent names to be deleted, and `Parent`, which is the agent associated with the intents formatted as `projects/\u003cProject ID\u003e/agent`."],["This documentation lists multiple versions of the API, spanning from 3.2.0 to the latest 4.26.0, allowing users to access information relevant to their specific version."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffered message operations."]]],[]]