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 page provides documentation for the `CreateSessionRequest` class within the Google Cloud Discovery Engine v1 API."],["`CreateSessionRequest` is a request object used for the `CreateSession` method, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors, properties like `Parent` (a string representing the parent data store name), `ParentAsDataStoreName` (a `DataStoreName`-typed view), and `Session` (the session to be created)."],["The latest version available is 1.6.0, with multiple previous versions listed, including version 1.3.0 which is used as the basis for the class documentation on this page, and the 1.0.0-beta06 pre-release."],["The resource is found in the `Google.Cloud.DiscoveryEngine.V1` namespace and within the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."]]],[]]