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 documentation for the `DeleteEntityTypeRequest` class within the Google Cloud Dialogflow v2 API for .NET, detailing its purpose, inheritance, implementations, and available versions."],["The `DeleteEntityTypeRequest` class is used to request the deletion of an entity type within Dialogflow, as indicated by its function as a message for `EntityTypes.DeleteEntityType`."],["The page lists various versions of the API, from version 3.2.0 up to the latest version 4.26.0, with each version including the same `DeleteEntityTypeRequest` class."],["The `DeleteEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, indicating its structure and capabilities."],["The class has properties such as `EntityTypeName` and `Name`, where the `Name` property is required and specifies the entity type to delete using the format `projects/\u003cProject ID\u003e/agent/entityTypes/\u003cEntityType ID\u003e`."]]],[]]