Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Turn.
Represents a turn, including a query from the user and a answer from service.
Generated from protobuf message google.cloud.discoveryengine.v1.Session.Turn
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SessionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query |
Google\Cloud\DiscoveryEngine\V1\Query
The user query. |
↳ answer |
string
The resource name of the answer to the user query. Only set if the answer generation (/answer API call) happened in this turn. |
getQuery
The user query.
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1\Query|null |
hasQuery
clearQuery
setQuery
The user query.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DiscoveryEngine\V1\Query
|
Returns | |
---|---|
Type | Description |
$this |
getAnswer
The resource name of the answer to the user query.
Only set if the answer generation (/answer API call) happened in this turn.
Returns | |
---|---|
Type | Description |
string |
setAnswer
The resource name of the answer to the user query.
Only set if the answer generation (/answer API call) happened in this turn.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |