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."],[[["The provided content details the `DeleteEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, which is used to request the deletion of an entity type."],["The class `DeleteEntityTypeRequest` is available through various versions ranging from 3.2.0 to 4.26.0, with the latter being the latest release."],["The `DeleteEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class `DeleteEntityTypeRequest` contains two constructors, one parameterless and the other accepting a `DeleteEntityTypeRequest` object for cloning."],["The `DeleteEntityTypeRequest` class has two key properties, `EntityTypeName` and `Name`, where `Name` specifies the entity type to delete using a specific format."]]],[]]