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 provides documentation for the `DeleteEntityTypeRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for .NET development."],["The `DeleteEntityTypeRequest` class is used as a request message for deleting entity types in Dialogflow, implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest available version of `DeleteEntityTypeRequest` is 4.26.0, with a history of versions available dating back to version 3.2.0."],["The `DeleteEntityTypeRequest` class includes properties like `Name` (a string for the entity type name) and `EntityTypeName` (an `EntityTypeName`-typed view of the name), and provides two constructors."],["The documentation lists all the inherited members from the `Object` class along with relevant documentation links, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]