public sealed class GetSessionEntityTypeRequest : IMessage<GetSessionEntityTypeRequest>, IEquatable<GetSessionEntityTypeRequest>, IDeepCloneable<GetSessionEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetSessionEntityTypeRequest.
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 document provides reference information for the `GetSessionEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.19.0 of the .NET library."],["`GetSessionEntityTypeRequest` is a request message used to retrieve a session entity type, as defined by the `SessionEntityTypes.GetSessionEntityType` method."],["The `GetSessionEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its integration within the .NET Protobuf ecosystem."],["The class has two constructors, a default one and one that takes another `GetSessionEntityTypeRequest` object as a parameter for copying, and it includes properties such as `Name` and `SessionEntityTypeName` to manage the session entity type's identifier."],["This document contains a list of 35 previous version references and links to documentation for `GetSessionEntityTypeRequest` spanning from version 3.2.0 to 4.26.0."]]],[]]