public sealed class GetSessionRequest : IMessage<GetSessionRequest>, IEquatable<GetSessionRequest>, IDeepCloneable<GetSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class GetSessionRequest.
Required. The resource name of the Session to get. Format:
projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}
[[["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 documentation for the `GetSessionRequest` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.3.0."],["`GetSessionRequest` is a request message class used for the `GetSession` method, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetSessionRequest` class inherits from `object` and contains two constructors: a parameterless constructor and one that takes another `GetSessionRequest` object."],["The class has two properties, `Name` (a string representing the resource name of the session) and `SessionName` (a `SessionName`-typed view of the resource name), to get the session from the project."],["There are several versions of this documentation available, ranging from 1.0.0-beta06 up to the latest version, 1.6.0, that can be accessed through the links provided at the top."]]],[]]