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."],[[["The content details the `BatchDeleteEntityTypesRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically covering version 3.9.0 and its predecessors and successors."],["This class is used to construct requests for the `EntityTypes.BatchDeleteEntityTypes` method, which allows for batch deletion of entity types within a Dialogflow agent."],["`BatchDeleteEntityTypesRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer message operations."],["The class includes properties such as `EntityTypeNames`, which is a `RepeatedField\u003cstring\u003e` for specifying the entity types to delete, and `Parent`, which indicates the agent under which the entity types reside."],["The latest version of this class is 4.26.0, and there are many other versions available for this class in the content, ranging from 4.25.0 to 3.2.0."]]],[]]