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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `DeleteEntityTypeRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The latest version available is 4.26.0, with versions dating back to 3.2.0 also documented, as well as many version in between."],["`DeleteEntityTypeRequest` is used to delete an entity type and it inherits from and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors for creating new instances of `DeleteEntityTypeRequest`, one of which requires an existing `DeleteEntityTypeRequest`."],["The `DeleteEntityTypeRequest` class has properties such as `EntityTypeName` and `Name`, where `Name` is required and specifies the entity type to be deleted, formatted as `projects/\u003cProject ID\u003e/agent/entityTypes/\u003cEntityType ID\u003e`."]]],[]]