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 webpage provides documentation for the `DeleteEntityTypeRequest` class within the Google Cloud Dialogflow v2 API for .NET, covering versions from 3.2.0 up to the latest 4.26.0."],["`DeleteEntityTypeRequest` is the request message used to delete an entity type, as specified by `EntityTypes.DeleteEntityType`."],["The class `DeleteEntityTypeRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables message manipulation, object equality, deep cloning, and buffer message usage, respectively."],["Key properties of the `DeleteEntityTypeRequest` class include `EntityTypeName` (for typed view over resource name) and `Name` (specifying the entity type's name in the required format)."],["The documentation also contains links to older versions, demonstrating the evolution of this API component."]]],[]]