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 documentation provides details for the `CreateSessionRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0."],["The `CreateSessionRequest` class is used to make requests for the `CreateSession` method and inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new `CreateSessionRequest` objects, either as a default instance or by cloning another `CreateSessionRequest`."],["Key properties of the `CreateSessionRequest` include `Parent`, which specifies the full resource name of the parent data store, and `Session`, which is the session object to be created."],["The document also provides links to the reference documentation for various versions of the API, from 1.0.0-beta06 to 1.6.0, including the latest version."]]],[]]