public sealed class DeleteEntityTypeRequest : IMessage<DeleteEntityTypeRequest>, IEquatable<DeleteEntityTypeRequest>, IDeepCloneable<DeleteEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteEntityTypeRequest.
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 page provides reference documentation for the `DeleteEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `DeleteEntityTypeRequest` class is used to create a request for deleting an entity type in Dialogflow, as described by its documentation and API details."],["It shows the version history and documentation for the `DeleteEntityTypeRequest` across various versions, ranging from 3.2.0 to 4.26.0, with 4.26.0 being the latest version."],["The page details the class's properties, including `EntityTypeName` and `Name`, which are used to specify the entity type to be deleted and the required resource name respectively."],["The page includes the interface implementations of the class, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, that the `DeleteEntityTypeRequest` class has."]]],[]]