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 `DeleteEntityTypeRequest` class is available in the `Google.Cloud.Dialogflow.V2` namespace and within the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison."],["The class contains two constructors, a default one and one that accepts another `DeleteEntityTypeRequest` object for cloning, as well as properties for the `EntityTypeName` and the `Name` of the entity to delete."],["This page provides links to the documentation for various versions of the `DeleteEntityTypeRequest`, ranging from 3.2.0 up to 4.26.0, with 4.26.0 being the latest version."]]],[]]