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.SearchResponse.SessionInfo
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SearchResponseMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the session. If the auto-session mode is used (when SearchRequest.session ends with "-"), this field holds the newly generated session name. |
↳ query_id |
string
Query ID that corresponds to this search API call. One session can have multiple turns, each with a unique query ID. By specifying the session name and this query ID in the Answer API call, the answer generation happens in the context of the search results from this search call. |
getName
Name of the session.
If the auto-session mode is used (when SearchRequest.session ends with "-"), this field holds the newly generated session name.
Returns | |
---|---|
Type | Description |
string |
setName
Name of the session.
If the auto-session mode is used (when SearchRequest.session ends with "-"), this field holds the newly generated session name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getQueryId
Query ID that corresponds to this search API call.
One session can have multiple turns, each with a unique query ID. By specifying the session name and this query ID in the Answer API call, the answer generation happens in the context of the search results from this search call.
Returns | |
---|---|
Type | Description |
string |
setQueryId
Query ID that corresponds to this search API call.
One session can have multiple turns, each with a unique query ID. By specifying the session name and this query ID in the Answer API call, the answer generation happens in the context of the search results from this search call.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |