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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DeleteEntityTypeRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used in the Dialogflow API for deleting entity types."],["The documentation includes links to various versions of the `DeleteEntityTypeRequest` class, ranging from version 3.2.0 up to the latest version 4.26.0, for .NET implementations."],["The `DeleteEntityTypeRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from `Object`."],["Key properties of the `DeleteEntityTypeRequest` class include `EntityTypeName` which represents the entity type's name, and `Name` which is a string representing the full resource path of the entity type to be deleted."]]],[]]