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 document provides reference information for the `BatchDeleteEntityTypesRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `BatchDeleteEntityTypesRequest` class is used to construct requests for batch-deleting entity types, as defined by the `EntityTypes.BatchDeleteEntityTypes` method."],["The document outlines the inheritance and implemented interfaces of the `BatchDeleteEntityTypesRequest` class, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `BatchDeleteEntityTypesRequest` are detailed, such as `EntityTypeNames` (a list of entity types to delete), `Parent` (the agent's name), and `ParentAsAgentName` (an `AgentName`-typed view of the parent)."],["There are links to a multitude of previous versions of this documentation, from version 3.2.0 all the way up to 4.26.0."]]],[]]