public sealed class BatchDeleteEntityTypesRequest : IMessage<BatchDeleteEntityTypesRequest>, IEquatable<BatchDeleteEntityTypesRequest>, IDeepCloneable<BatchDeleteEntityTypesRequest>, IBufferMessage, IMessage
The request message for [EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntityTypes].
[[["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 details the `BatchDeleteEntityTypesRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used to delete multiple entity types in Dialogflow."],["The page provides a comprehensive list of versions for the `BatchDeleteEntityTypesRequest`, ranging from version 4.26.0 (latest) down to 3.2.0."],["The `BatchDeleteEntityTypesRequest` class inherits from `System.Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `BatchDeleteEntityTypesRequest` include `EntityTypeNames` for specifying which entity types to delete, `Parent` for identifying the agent, and `ParentAsAgentName` for an AgentName-typed view of the parent resource name."],["There are two constructors available for the class, a parameterless one, and one that accepts another `BatchDeleteEntityTypesRequest` as a parameter to make a copy."]]],[]]