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 .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."]]],[]]