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-04-09 UTC."],[[["This document provides reference documentation for the `BatchDeleteEntityTypesRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, with version 4.25.0 highlighted."],["The `BatchDeleteEntityTypesRequest` class is used to formulate a request to delete multiple entity types, and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["The document outlines the class's constructors and properties, including `EntityTypeNames` for specifying entity types to be deleted, and `Parent` for indicating the agent they belong to."],["The document also provides links to different versions of the API, from 4.26.0 down to 3.2.0, allowing developers to access documentation specific to the version they're using."],["The `BatchDeleteEntityTypesRequest` class inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]