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 |
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 |