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."],["The latest version of the documentation available is 4.26.0, while a range of older versions, down to 3.2.0, are also accessible."],["`DeleteEntityTypeRequest` is a request message for deleting entity types in Dialogflow, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Name` which specifies the entity type to delete, and `EntityTypeName`, which provides a strongly-typed view of the resource name."],["The `DeleteEntityTypeRequest` has two constructors: a default constructor and a constructor that accepts another `DeleteEntityTypeRequest` object."]]],[]]