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 webpage provides reference documentation for the `DeleteEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET developers."],["The `DeleteEntityTypeRequest` class is used to formulate a request to delete an entity type in Dialogflow, and it implements multiple interfaces for message handling and cloning."],["The page lists the availability of the `DeleteEntityTypeRequest` across multiple versions of the Google Cloud Dialogflow v2 API, ranging from version 3.2.0 to 4.26.0."],["`DeleteEntityTypeRequest` has two constructors, one that is empty and another that accepts another `DeleteEntityTypeRequest` object, allowing for the cloning of objects."],["The page lists the class's properties, including `EntityTypeName`, which is a typed representation of the `Name` property, and `Name`, which contains the resource name of the entity type to delete."]]],[]]