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-03-21 UTC."],[[["The `DeleteEntityTypeRequest` class is used to send a request to delete an entity type in the Google Cloud Dialogflow v2 API."],["The latest version of the API available is 4.26.0, while version 4.18.0 is currently the focused version, where the displayed documentation resides, with various other version links available."],["The `DeleteEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring various functionalities for data manipulation and comparison."],["The class includes properties such as `EntityTypeName` and `Name`, which are essential for specifying the target entity type for deletion."],["The required format for the target entity `Name` is specified as: `projects/\u003cProject ID\u003e/agent/entityTypes/\u003cEntityType ID\u003e`."]]],[]]