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.
data
array
Optional. Data for populating the Message object.
↳ 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.
↳ detailed_answer
Google\Cloud\DiscoveryEngine\V1\Answer
Output only. In ConversationalSearchService.GetSession API, if GetSessionRequest.include_answer_details is set to true, this field will be populated when getting answer query session.
getQuery
The user query.
hasQuery
clearQuery
setQuery
The user query.
$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.
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.
var
string
$this
getDetailedAnswer
Output only. In ConversationalSearchService.GetSession API, if GetSessionRequest.include_answer_details is set to true, this field will be populated when getting answer query session.
hasDetailedAnswer
clearDetailedAnswer
setDetailedAnswer
Output only. In ConversationalSearchService.GetSession API, if GetSessionRequest.include_answer_details is set to true, this field will be populated when getting answer query session.
$this