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."],[[["This page provides reference documentation for the `DeleteEntityTypeRequest` class in the Google Cloud Dialogflow v2 API, specifically for .NET development, with the latest version being 4.26.0."],["The `DeleteEntityTypeRequest` class is used to define a request to delete an entity type, and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["The documentation outlines the class's inheritance from `object` and its implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEntityTypeRequest` class has properties such as `EntityTypeName` and `Name`, which are essential for specifying the entity type to be deleted, including a required `Name` field in the format `projects/\u003cProject ID\u003e/agent/entityTypes/\u003cEntityType ID\u003e`."],["The documentation covers versions 4.0.0 all the way to the latest 4.26.0, with various versions such as 4.13.0, 3.11.0, and more included in the list."]]],[]]