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 webpage details the `DeleteEntityTypeRequest` class, which is used to request the deletion of an entity type in the Google Cloud Dialogflow V2 API."],["The latest version of the `DeleteEntityTypeRequest` documentation is for version 4.26.0, and previous versions are available, ranging down to 3.2.0."],["The `DeleteEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteEntityTypeRequest` class contains two properties: `EntityTypeName`, which provides a typed view over the `Name` resource, and `Name`, a string representing the required name of the entity type to be deleted in the specified format."],["The page provides information on the constructors for `DeleteEntityTypeRequest`, which are a default constructor and a copy constructor."]]],[]]