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 documentation page covers the `GetSessionRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0."],["`GetSessionRequest` is used to request data from the `GetSession` method and inherits from the base `object` class, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default `GetSessionRequest()` and a copy constructor `GetSessionRequest(GetSessionRequest other)`."],["It has two properties: `Name`, a string that represents the resource name of the session, and `SessionName`, which provides a typed view of the `Name` property."],["The documentation provides links to other relevant versions of this class, with version 1.6.0 being the latest available version, and also includes references to inherited members from the `object` class."]]],[]]