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 documentation for the `BatchDeleteEntityTypesRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The content covers a range of versions, from 3.2.0 to the latest 4.26.0, offering links to the documentation for each of them, alongside the version 4.14.0 being highlighted."],["`BatchDeleteEntityTypesRequest` is used to send requests for deleting multiple entity types and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `EntityTypeNames` which lists the names of entity types to be deleted, and `Parent` which contains the name of the agent where the entities will be removed from."],["The documentation includes information on how to construct instances of `BatchDeleteEntityTypesRequest` using either a default constructor or by copying an existing instance."]]],[]]