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"]],[["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 latest version available for the `BatchDeleteEntityTypesRequest` class in the Google Cloud Dialogflow v2 API is 4.26.0, with previous versions ranging down to 3.2.0."],["This class, `BatchDeleteEntityTypesRequest`, is used to construct requests for deleting multiple entity types in the Dialogflow v2 API."],["It inherits from various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is implemented within the `Google.Cloud.Dialogflow.V2` namespace."],["The `EntityTypeNames` property is a required field that contains the names of the entity types that are targeted to be deleted, which must all be related to the same agent."],["The `Parent` property is required and specifies the agent from which to delete the entity types, and `ParentAsAgentName` provides an AgentName-typed view of the parent resource."]]],[]]