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 `BatchDeleteEntityTypesRequest` class is part of the Google.Cloud.Dialogflow.V2 library, and it is available in various versions, ranging from 3.2.0 to the latest 4.26.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for different functionalities."],["Key properties of the `BatchDeleteEntityTypesRequest` class include `EntityTypeNames`, a list of entity types to delete, and `Parent`, which specifies the agent to delete the entities from."],["The `BatchDeleteEntityTypesRequest` class contains two constructors, one default constructor, and another which makes a deep copy of the `BatchDeleteEntityTypesRequest` object it was passed."]]],[]]