Class GoogleCloudDiscoveryengineV1betaSessionTurn
Represents a turn, including a query from the user and a answer from service.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSessionTurn : IDirectResponseSchema
Properties
Answer
The resource name of the answer to the user query. Only set if the answer generation (/answer API call) happened in this turn.
Declaration
[JsonProperty("answer")]
public virtual string Answer { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailedAnswer
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.
Declaration
[JsonProperty("detailedAnswer")]
public virtual GoogleCloudDiscoveryengineV1betaAnswer DetailedAnswer { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1betaAnswer |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Query
The user query.
Declaration
[JsonProperty("query")]
public virtual GoogleCloudDiscoveryengineV1betaQuery Query { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1betaQuery |