Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1AnswerQueryResponse

Response message for ConversationalSearchService.AnswerQuery method.

Inheritance
object
GoogleCloudDiscoveryengineV1AnswerQueryResponse
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.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1AnswerQueryResponse : 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 GoogleCloudDiscoveryengineV1Answer Answer { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1Answer

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 GoogleCloudDiscoveryengineV1Session Session { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1Session

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX