public sealed class BatchDeleteEntityTypesRequest : IMessage<BatchDeleteEntityTypesRequest>, IEquatable<BatchDeleteEntityTypesRequest>, IDeepCloneable<BatchDeleteEntityTypesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchDeleteEntityTypesRequest.
The request message for
[EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2beta1.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 documentation details the `BatchDeleteEntityTypesRequest` class, which is used in the Google Cloud Dialogflow v2beta1 API for batch deletion of entity types."],["The `BatchDeleteEntityTypesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["Key properties of the class include `EntityTypeNames`, which specifies the entity types to delete, and `Parent`, which indicates the agent from which to delete the entity types, including different supported formats for the parent name."],["The `ParentAsAgentName` property offers a typed view over the `Parent` resource name, using the `AgentName` type."],["The class offers two constructors, one default and one to initialize an object with the properties of another `BatchDeleteEntityTypesRequest` object."]]],[]]