public sealed class BatchDeleteEntityTypesRequest : IMessage<BatchDeleteEntityTypesRequest>, IEquatable<BatchDeleteEntityTypesRequest>, IDeepCloneable<BatchDeleteEntityTypesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchDeleteEntityTypesRequest.
The request message for
[EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2beta1.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 document provides reference information for the `BatchDeleteEntityTypesRequest` class within the Google Cloud Dialogflow v2beta1 API, version 1.0.0-beta22."],["The `BatchDeleteEntityTypesRequest` class is used to structure requests for deleting multiple entity types simultaneously via the `EntityTypes.BatchDeleteEntityTypes` method."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a message-based object with capabilities for equality checks, deep cloning, and buffer operations."],["Key properties of `BatchDeleteEntityTypesRequest` include `EntityTypeNames`, a list of entity type names to be deleted, and `Parent`, which specifies the agent under which these deletions will occur."],["It provides constructors to initialize an instance of the class, either as a new instance or by cloning an existing `BatchDeleteEntityTypesRequest`."]]],[]]