public sealed class DeleteEntityTypeRequest : IMessage<DeleteEntityTypeRequest>, IEquatable<DeleteEntityTypeRequest>, IDeepCloneable<DeleteEntityTypeRequest>, IBufferMessage, IMessage
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 documentation for the `DeleteEntityTypeRequest` class within the Google.Cloud.Dialogflow.V2 namespace for .NET, covering versions from 3.2.0 up to the latest release 4.26.0."],["`DeleteEntityTypeRequest` is a request message used in Dialogflow's API to delete an entity type, as specified in the method `EntityTypes.DeleteEntityType`."],["The `DeleteEntityTypeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for object manipulation and data handling within the .NET environment."],["This class has two constructors: a default one, and another which takes another `DeleteEntityTypeRequest` object as parameter, allowing for the cloning of an instance."],["The `Name` property, a required field, specifies the entity type's name, adhering to the format `projects/{Project ID}/agent/entityTypes/{EntityType ID}`, while the `EntityTypeName` property provides a typed view of that."]]],[]]