Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAnswerQueryResponse

Response message for ConversationalSearchService.AnswerQuery method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAnswerQueryResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAnswerQueryResponse : IDirectResponseSchema

Properties

Answer

Answer resource object. If AnswerQueryRequest.QueryUnderstandingSpec.QueryRephraserSpec.max_rephrase_steps is greater than 1, use Answer.name to fetch answer information using ConversationalSearchService.GetAnswer API.

Declaration
[JsonProperty("answer")]
public virtual GoogleCloudDiscoveryengineV1alphaAnswer Answer { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAnswer

AnswerQueryToken

A global unique ID used for logging.

Declaration
[JsonProperty("answerQueryToken")]
public virtual string AnswerQueryToken { 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

Session

Session resource object. It will be only available when session field is set and valid in the AnswerQueryRequest request.

Declaration
[JsonProperty("session")]
public virtual GoogleCloudDiscoveryengineV1alphaSession Session { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaSession

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX