public sealed class BatchDeleteEntityTypesRequest : IMessage<BatchDeleteEntityTypesRequest>, IEquatable<BatchDeleteEntityTypesRequest>, IDeepCloneable<BatchDeleteEntityTypesRequest>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The webpage provides documentation for the `BatchDeleteEntityTypesRequest` class within the Google.Cloud.Dialogflow.V2 namespace, covering versions from 3.2.0 to 4.26.0."],["`BatchDeleteEntityTypesRequest` is used to specify the details for deleting multiple entity types from a Dialogflow agent."],["The latest version available is 4.26.0, and it implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Key properties of `BatchDeleteEntityTypesRequest` include `EntityTypeNames` (the list of entity type names to delete) and `Parent` (the name of the agent where these entities reside), and there is also an `AgentName` typed version of `Parent` for easier use."],["The class inherits members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]