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 document provides reference information for the `BatchDeleteIntentsRequest` class within the Google Cloud Dialogflow V2 API, specifically for .NET development."],["The `BatchDeleteIntentsRequest` class is used to send a request to delete multiple intents in the Dialogflow agent using the `Intents.BatchDeleteIntents` method."],["The document outlines the available versions, ranging from the latest (4.26.0) down to version 3.2.0, for the `BatchDeleteIntentsRequest` class."],["Key members of the `BatchDeleteIntentsRequest` class include properties like `Intents`, `Parent`, and `ParentAsAgentName`, used for specifying the intents to delete and the agent they belong to."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation, comparison, cloning, and buffering."]]],[]]