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.2.0."],["`GetSessionRequest` is a request message for the `GetSession` method, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a constructor that accepts another `GetSessionRequest` object as a parameter for creating a copy."],["The `GetSessionRequest` class has two properties, `Name` (a string representing the session's resource name) and `SessionName`, a typed view of the `Name` property."],["There are several prior versions available of the GetSessionRequest class, with the most recent being version 1.6.0."]]],[]]