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 page provides documentation for the `BatchDeleteEntityTypesRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.23.0, and is a request message used for the batch deletion of entity types."],["The documentation shows that the `BatchDeleteEntityTypesRequest` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and a copy constructor that takes another `BatchDeleteEntityTypesRequest` object as a parameter."],["There are two properties, `EntityTypeNames` and `Parent`, both required for a batch deletion to occur, which are used to specify the list of entity types to be deleted and the agent they belong to, respectively, in addition to `ParentAsAgentName` which provides an AgentName type view over the parent resource name property."],["This page also shows a list of links to the documentation for other versions of `BatchDeleteEntityTypesRequest`, including the most recent version 4.26.0, and versions going back as far as 3.2.0."]]],[]]