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 `DeleteEntityTypeRequest` class has been implemented with multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use within a structured messaging framework."],["The page documents 35 versions of `DeleteEntityTypeRequest` ranging from 3.2.0 up to the latest 4.26.0, each with specific release notes and potential differences."],["The `DeleteEntityTypeRequest` class allows for setting the name of the entity type to delete through either a string `Name` property or an `EntityTypeName` property."],["The `DeleteEntityTypeRequest` has multiple constructors, one default, and one that takes in a `DeleteEntityTypeRequest` as a parameter."]]],[]]