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, detailing its usage in deleting entity types within the Dialogflow API."],["The documentation includes a list of available versions, ranging from 3.2.0 to the latest 4.26.0, with links to each version's documentation page."],["`DeleteEntityTypeRequest` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in handling requests and data manipulation."],["The class includes properties like `EntityTypeName` and `Name`, where `Name` is a required parameter representing the formatted resource name of the entity type to be deleted."],["This class inherits members from the Object class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are also made available here."]]],[]]