public sealed class CreateSessionRequest : IMessage<CreateSessionRequest>, IEquatable<CreateSessionRequest>, IDeepCloneable<CreateSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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."],[[["The `CreateSessionRequest` class is part of the Discovery Engine v1beta API, specifically within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace in the .NET library."],["This class serves as a request object for the `CreateSession` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateSessionRequest` class contains properties for `Parent`, which is the resource name of the parent data store, `ParentAsDataStoreName`, a typed view of the parent property, and `Session`, the session to be created."],["It can be instantiated using two constructors, a parameterless constructor `CreateSessionRequest()`, and another one that copies an existing `CreateSessionRequest` using `CreateSessionRequest(CreateSessionRequest other)`."]]],[]]