Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class SessionInfo.
Information about the session.
Generated from protobuf message google.cloud.discoveryengine.v1.StreamAssistResponse.SessionInfo
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ StreamAssistResponseMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ session |
string
Name of the newly generated or continued session. Format: |
getSession
Name of the newly generated or continued session.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}
.
Returns | |
---|---|
Type | Description |
string |
setSession
Name of the newly generated or continued session.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |