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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DeleteEntityTypeRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The `DeleteEntityTypeRequest` class is used to construct requests for deleting entity types in Dialogflow, with the latest version being 4.26.0."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `DeleteEntityTypeRequest` class has properties like `EntityTypeName` (a typed view) and `Name` (a string) to manage the name of the entity type to be deleted, formatted as `projects/\u003cProject ID\u003e/agent/entityTypes/\u003cEntityType ID\u003e`."],["The documentation details the class's constructors, including a default constructor and one for copying an existing `DeleteEntityTypeRequest` object, and covers members inherited from the base `object` class."]]],[]]