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 .NET."],["The `BatchDeleteIntentsRequest` class is used to delete multiple intents and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions of the API, ranging from 4.26.0 (latest) down to 3.2.0, with links to the documentation for each respective version."],["The class has two constructors, a default constructor and a copy constructor, and it includes properties such as `Intents`, `Parent`, and `ParentAsAgentName` for specifying the intents to delete and the agent to delete them from."],["The `BatchDeleteIntentsRequest` class inherits members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."]]],[]]