public sealed class BatchDeleteIntentsRequest : IMessage<BatchDeleteIntentsRequest>, IEquatable<BatchDeleteIntentsRequest>, IDeepCloneable<BatchDeleteIntentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchDeleteIntentsRequest.
The request message for
[Intents.BatchDeleteIntents][google.cloud.dialogflow.v2beta1.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 documentation details the `BatchDeleteIntentsRequest` class, which is used for sending requests to delete multiple intents in the Google Cloud Dialogflow v2beta1 API."],["The `BatchDeleteIntentsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties like `Intents`, a required field for specifying the intents to be deleted, and `Parent`, a required field indicating the agent's name."],["There are two constructors available for the `BatchDeleteIntentsRequest` class: a default constructor and a constructor that accepts another `BatchDeleteIntentsRequest` object as a parameter for copying."],["The `ParentAsAgentName` property provides a typed view over the `Parent` property, utilizing the `AgentName` type."]]],[]]