public sealed class GetSessionEntityTypeRequest : IMessage<GetSessionEntityTypeRequest>, IEquatable<GetSessionEntityTypeRequest>, IDeepCloneable<GetSessionEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetSessionEntityTypeRequest.
The request message for
[SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.GetSessionEntityType].
Required. The name of the session entity type.
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 document provides reference information for the `GetSessionEntityTypeRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for the .NET environment, with the current version being 2.9.0, with version 2.23.0 being the latest."],["The `GetSessionEntityTypeRequest` class is used to define the request message for retrieving a session entity type, as specified by the `SessionEntityTypes.GetSessionEntityType` method in the API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, deep cloning, and buffered message interactions within the framework."],["The class includes a `Name` property, a string that is required to locate the session entity type, and it uses a specific format to define the location of the targeted session entity."],["There are multiple versions of the API documented, from 1.0.0 up to the latest 2.23.0, all pertaining to retrieving the same `GetSessionEntityTypeRequest` from their respective versions."]]],[]]