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 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 at 4.26.0, and the version seen here being 4.11.0."],["The `BatchDeleteIntentsRequest` class is used to send a request for deleting a collection of intents through the `Intents.BatchDeleteIntents` method, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a copy constructor that accepts another `BatchDeleteIntentsRequest` object as a parameter."],["The `BatchDeleteIntentsRequest` class has two main properties, `Intents`, a `RepeatedField` collection containing the intents to delete, and `Parent`, a string representing the agent to delete all intent types for, and finally `ParentAsAgentName` providing an `AgentName` typed view over `Parent`."],["This page has a list of all the versions available, going from version 4.26.0 all the way to version 3.2.0, containing links to each version's documentation."]]],[]]