public sealed class CreateSessionRequest : IMessage<CreateSessionRequest>, IEquatable<CreateSessionRequest>, IDeepCloneable<CreateSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class CreateSessionRequest.
Required. Full resource name of parent data store. Format:
projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_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 `CreateSessionRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.2.0."],["`CreateSessionRequest` is used to request the creation of a new session and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes constructors for creating a new instance or cloning an existing `CreateSessionRequest` object."],["Key properties of `CreateSessionRequest` are `Parent`, which specifies the data store location, and `Session`, representing the session to be created."],["The current latest version of this class can be found at 1.6.0, with multiple prior versions listed as far back as version 1.0.0-beta06."]]],[]]