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"]],[["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."],[[["The content provides a comprehensive list of versions for `GetSessionEntityTypeRequest`, ranging from version 4.26.0 (latest) down to 3.2.0, within the Google.Cloud.Dialogflow.V2 namespace."],["`GetSessionEntityTypeRequest` is a request message used for retrieving information from SessionEntityTypes within the Dialogflow API and it inherits from `Object` and implements multiple interfaces."],["The `GetSessionEntityTypeRequest` class has two constructors, a default one and one that accepts another `GetSessionEntityTypeRequest` object, both found within the assembly Google.Cloud.Dialogflow.V2.dll."],["There are two main properties within `GetSessionEntityTypeRequest`, one for `Name`, which is a string representing the session entity type's name, and another for `SessionEntityTypeName` offering a typed view over the Name property."],["The required `Name` property specifies the format for identifying the session entity type, including details about the project, agent, session, and entity type display name, with optional environment and user IDs."]]],[]]