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."],["The `DeleteEntityTypeRequest` class is used to construct requests for deleting entity types in Dialogflow, with version 4.26.0 being the latest and versions stretching back to 3.2.0 available."],["This class implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` for message handling, equality checks, and deep cloning capabilities."],["The class contains a constructor and two main properties, `EntityTypeName` and `Name`, which together are used to specify the entity type to be deleted."],["The documentation covers inherited members and versioning details for the `DeleteEntityTypeRequest` class within the Google.Cloud.Dialogflow.V2 namespace."]]],[]]