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 webpage provides reference documentation for the `BatchDeleteEntityTypesRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, with the current version being 4.12.0."],["The `BatchDeleteEntityTypesRequest` class is used to define a request for deleting multiple entity types within a Dialogflow agent, as part of the `EntityTypes.BatchDeleteEntityTypes` operation."],["The page offers access to documentation for this class across numerous versions, ranging from 3.2.0 to the latest version, 4.26.0, allowing users to view changes and utilize documentation for their specific version."],["Key properties of the `BatchDeleteEntityTypesRequest` class include `EntityTypeNames` which specifies the entity types to delete and `Parent` which indicates the agent from which to delete the entities."],["The `BatchDeleteEntityTypesRequest` class inherits from object and implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage which allow for message passing, equality checking, deep cloning, and buffer messaging."]]],[]]