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 information for the `CreateSessionRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.1.0, and also shows the versions of the API available."],["The `CreateSessionRequest` class is used to formulate requests for the `CreateSession` method and inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a copy constructor that takes another `CreateSessionRequest` object as a parameter."],["The `CreateSessionRequest` class has two main properties, `Parent`, which specifies the resource name of the parent data store, and `Session`, which defines the session to be created."],["The `Parent` property can also be accessed as a `DataStoreName` type via the `ParentAsDataStoreName` property."]]],[]]