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 reference documentation for the `DeleteEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0."],["`DeleteEntityTypeRequest` is used to send a request to delete an entity type, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `DeleteEntityTypeRequest()` for a default instance and `DeleteEntityTypeRequest(DeleteEntityTypeRequest other)` for creating a copy, as well as properties for `EntityTypeName` and `Name`."],["The `Name` property is required, and is a string representing the entity type that is to be deleted using the format `projects/\u003cProject ID\u003e/agent/entityTypes/\u003cEntityType ID\u003e`."],["The page also provides links to other versions of the documentation for `DeleteEntityTypeRequest` from versions 3.2.0 to 4.26.0."]]],[]]