public sealed class DeleteSessionEntityTypeRequest : IMessage<DeleteSessionEntityTypeRequest>, IEquatable<DeleteSessionEntityTypeRequest>, IDeepCloneable<DeleteSessionEntityTypeRequest>, IBufferMessage, IMessage
The request message for [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.DeleteSessionEntityType].
Required. The name of the entity type to delete. Format:
projects/{Project ID}/agent/sessions/{Session ID}/entityTypes/{Entity Type
Display Name> or projects/<Project ID>/agent/environments/<Environment
ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display
Name>.
If Environment ID is not specified, we assume default 'draft'
environment. If User ID is not specified, we assume default '-' user.
[[["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."],[[["\u003cp\u003eThis page details the \u003ccode\u003eDeleteSessionEntityTypeRequest\u003c/code\u003e class within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.11.0 of the .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteSessionEntityTypeRequest\u003c/code\u003e class is used to define a request to delete a session entity type, and it inherits from Object and implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor and one that accepts another \u003ccode\u003eDeleteSessionEntityTypeRequest\u003c/code\u003e instance for cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property, a string type, specifies the required name of the entity type to delete, following a specific format that includes Project ID, Session ID, and Entity Type Display Name, with optional fields for environment and user IDs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSessionEntityTypeName\u003c/code\u003e property provides a typed view over the \u003ccode\u003eName\u003c/code\u003e property for managing resource names using the \u003ccode\u003eSessionEntityTypeName\u003c/code\u003e type.\u003c/p\u003e\n"]]],[],null,[]]