public sealed class DeleteSessionEntityTypeRequest : IMessage<DeleteSessionEntityTypeRequest>, IEquatable<DeleteSessionEntityTypeRequest>, IDeepCloneable<DeleteSessionEntityTypeRequest>, IBufferMessage, IMessage
The request message for [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.DeleteSessionEntityType].
Required. The name of the session entity type to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID>/entityTypes/<Entity Type ID> or
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity
Type ID>. If Environment ID is not specified, we assume default 'draft'
environment.
[[["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 details the `DeleteSessionEntityTypeRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used to request the deletion of a session entity type in Dialogflow CX."],["The latest version of the `DeleteSessionEntityTypeRequest` class is 2.23.0, and it is available in multiple prior versions dating back to version 1.0.0, each linked to its respective documentation page."],["The `DeleteSessionEntityTypeRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, indicating its structure and functionality within the .NET framework."],["The class includes a constructor, `DeleteSessionEntityTypeRequest()`, and a constructor that takes another `DeleteSessionEntityTypeRequest` as a parameter for object duplication, along with two properties, `Name` and `SessionEntityTypeName`, to manage the name of the session entity type to be deleted."],["The `Name` property is a required string that follows a specified format for identifying the session entity type, and the `SessionEntityTypeName` property provides a typed view of the `Name` resource."]]],[]]