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 for .NET, spanning multiple versions from 3.2.0 to the latest 4.26.0."],["The `BatchDeleteIntentsRequest` class is used to construct request messages for deleting multiple intents at once using the `Intents.BatchDeleteIntents` method."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` namespace, and it has two constructors."],["The `BatchDeleteIntentsRequest` class contains properties `Intents`, a collection of intents to delete (only intent name is needed), `Parent`, the agent's name to delete intent from, and `ParentAsAgentName`, which is an AgentName-typed view of the parent resource name property."],["The current version of the page is 4.6.0 which provides the documentation, as well as links to the documentation for prior versions of the page."]]],[]]