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 API reference available on this page is 4.26.0, while the specific page details version 3.8.0 of `DeleteEntityTypeRequest`."],["The `DeleteEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteEntityTypeRequest` class contains two constructors, a default one and one that takes another `DeleteEntityTypeRequest` object, and has two primary properties, `EntityTypeName` and `Name`."],["The list shows the availability of the DeleteEntityTypeRequest method from version 3.2.0 up to version 4.26.0 of the Google.Cloud.Dialogflow.V2 library."]]],[]]