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, 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."]]],[]]