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 the .NET platform."],["The content covers a range of versions, from 3.2.0 to the latest 4.26.0, detailing the `DeleteEntityTypeRequest` across each of these versions for the Dialogflow v2 API."],["The `DeleteEntityTypeRequest` class is used to delete an entity type, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties, `EntityTypeName` which provides a typed view over the resource name, and `Name`, a string property that specifies the entity type's name in the required format for deletion."],["The page also includes information on the class's inheritance from `Object` and its inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, as well as containing a constructor overview."]]],[]]