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 implementation."],["The latest version of the API documented is 4.26.0, with versions ranging down to 3.2.0 also available for reference, and this specific documentation is for version 4.14.0."],["The `DeleteEntityTypeRequest` class is used to formulate a request for deleting an entity type in Dialogflow, and is used in `EntityTypes.DeleteEntityType` method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from `object`."],["Key properties of the `DeleteEntityTypeRequest` class include `EntityTypeName` and `Name`, which specify the entity type to be deleted."]]],[]]