public sealed class CreateSessionRequest : IMessage<CreateSessionRequest>, IEquatable<CreateSessionRequest>, IDeepCloneable<CreateSessionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class CreateSessionRequest.
Request for CreateSession method.
Implements
IMessageCreateSessionRequest, IEquatableCreateSessionRequest, IDeepCloneableCreateSessionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
CreateSessionRequest()
public CreateSessionRequest()CreateSessionRequest(CreateSessionRequest)
public CreateSessionRequest(CreateSessionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateSessionRequest |
Properties
Parent
public string Parent { get; set; }Required. Full resource name of parent data store. Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsDataStoreName
public DataStoreName ParentAsDataStoreName { get; set; }DataStoreName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataStoreName |
|
Session
public Session Session { get; set; }Required. The session to create.
| Property Value | |
|---|---|
| Type | Description |
Session |
|
SessionId
public string SessionId { get; set; }Optional. The ID to use for the session, which will become the final component of the session's resource name.
This value should be 1-63 characters, and valid characters are /[a-z0-9][a-z0-9-]{0,61}[a-z0-9]/. If not specified, a unique ID will be generated.
| Property Value | |
|---|---|
| Type | Description |
string |
|