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 page provides reference documentation for the `BatchDeleteEntityTypesRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `BatchDeleteEntityTypesRequest` class is used to delete multiple entity types within a Dialogflow agent through the `EntityTypes.BatchDeleteEntityTypes` method."],["The page lists the available versions of the API, from the latest (4.26.0) down to version 3.2.0, with the current version being 4.21.0."],["Key properties of the `BatchDeleteEntityTypesRequest` include `EntityTypeNames` which specifies the entity types to be deleted, and `Parent` that defines the agent to delete entities from."],["The page showcases the implementation of multiple interfaces by `BatchDeleteEntityTypesRequest`, such as `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`, demonstrating its compatibility with various .NET functionalities."]]],[]]