Class CreateSessionRequest (0.20.1)

CreateSessionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for CreateSession method.

Attributes

Name Description
parent str
Required. Full resource name of parent data store. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}
session google.cloud.discoveryengine_v1beta.types.Session
Required. The session to create.
session_id str
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.