public sealed class GetSessionRequest : IMessage<GetSessionRequest>, IEquatable<GetSessionRequest>, IDeepCloneable<GetSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 information for the `GetSessionRequest` class within the Google Cloud Discovery Engine v1beta API, specifically for version 1.0.0-beta12, with links to beta18 and beta17 as well."],["The `GetSessionRequest` class is a request type used to get session information, and it inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `GetSessionRequest()` and `GetSessionRequest(GetSessionRequest other)`, and includes properties such as `Name` (a string) and `SessionName` (of type `SessionName`) for specifying the session to retrieve."],["`GetSessionRequest` is found within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is contained within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]