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"]],[["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."],[[["This page provides reference documentation for the `BatchDeleteEntityTypesRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, with the latest version being 4.26.0."],["The `BatchDeleteEntityTypesRequest` class is used to construct a request to delete multiple entity types within a Dialogflow agent, as part of the `EntityTypes.BatchDeleteEntityTypes` operation."],["The class is derived from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `BatchDeleteEntityTypesRequest` class include `EntityTypeNames`, which is a list of entity type names to be deleted, and `Parent`, which is the agent's name where the entity types are located."],["The documentation also provides a list of previous versions, going as far back as version 3.2.0."]]],[]]