public sealed class GetSessionEntityTypeRequest : IMessage<GetSessionEntityTypeRequest>, IEquatable<GetSessionEntityTypeRequest>, IDeepCloneable<GetSessionEntityTypeRequest>, IBufferMessage, IMessage
The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.GetSessionEntityType].
Required. The name of the session entity type. 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."],[[["This webpage provides documentation for the `GetSessionEntityTypeRequest` class within the Google Cloud Dialogflow V2 library for .NET, with version 4.26.0 being the most recent."],["It includes documentation for versions 3.2.0 up to 4.26.0 of the `GetSessionEntityTypeRequest` class, with links to specific details for each."],["The `GetSessionEntityTypeRequest` class is used to retrieve information about a specific session entity type in Dialogflow and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Name`, which specifies the required session entity type's name, and `SessionEntityTypeName`, which offers a typed view of the `Name` property."],["The `GetSessionEntityTypeRequest` class also includes constructors for creating instances, including one for creating a copy of an existing `GetSessionEntityTypeRequest` object."]]],[]]