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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `BatchDeleteEntityTypesRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for batch deletion of entity types in Dialogflow."],["The latest available version is 4.26.0, and the page lists links to documentation for version 3.2.0 up to version 4.26.0, with the latest being indicated."],["`BatchDeleteEntityTypesRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various Protobuf functionalities."],["Key properties include `EntityTypeNames` for specifying which entities to delete and `Parent` for defining the agent from which to delete the entity types."],["This class has two constructors, one empty and one accepting another `BatchDeleteEntityTypesRequest` as a copy constructor, allowing for different ways to create instances of this class."]]],[]]