public sealed class BatchDeleteEntityTypesRequest : IMessage<BatchDeleteEntityTypesRequest>, IEquatable<BatchDeleteEntityTypesRequest>, IDeepCloneable<BatchDeleteEntityTypesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class BatchDeleteEntityTypesRequest.
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 document provides reference information for the `BatchDeleteEntityTypesRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.20.0."],["The `BatchDeleteEntityTypesRequest` class is used to delete multiple entity types within a Dialogflow agent, as shown by its purpose in `EntityTypes.BatchDeleteEntityTypes`."],["It implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data within the Dialogflow API."],["The class includes properties like `EntityTypeNames` and `Parent` to specify which entity types to delete and within which agent they reside."],["The latest version of this request is 4.26.0, and there are multiple other versions available, ranging from 4.25.0 to 3.2.0."]]],[]]