public sealed class DeleteEntityTypeRequest : IMessage<DeleteEntityTypeRequest>, IEquatable<DeleteEntityTypeRequest>, IDeepCloneable<DeleteEntityTypeRequest>, IBufferMessage, IMessage
The request message for [EntityTypes.DeleteEntityType][google.cloud.dialogflow.v2.EntityTypes.DeleteEntityType].
[[["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 page details the `DeleteEntityTypeRequest` class, which is used to request the deletion of an entity type in the Dialogflow V2 API."],["The latest version of `DeleteEntityTypeRequest` is version 4.26.0, with numerous prior versions available for reference."],["The `DeleteEntityTypeRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various operations."],["The class has two constructors: a default one and one that takes another `DeleteEntityTypeRequest` object as a parameter, with properties to define the name of the entity type to delete, either by name or `EntityTypeName`."],["The request to delete an entity type should be in the format `projects/{Project ID}/agent/entityTypes/{EntityType ID}`."]]],[]]