Interface Feedback.ConversationInfoOrBuilder (0.90.0)

public static interface Feedback.ConversationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnswerQueryToken()

public abstract String getAnswerQueryToken()

Optional. The token which could be used to fetch the answer log.

string answer_query_token = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The answerQueryToken.

getAnswerQueryTokenBytes()

public abstract ByteString getAnswerQueryTokenBytes()

Optional. The token which could be used to fetch the answer log.

string answer_query_token = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for answerQueryToken.

getAssistToken()

public abstract String getAssistToken()

Optional. The token which could be used to fetch the assistant log.

string assist_token = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The assistToken.

getAssistTokenBytes()

public abstract ByteString getAssistTokenBytes()

Optional. The token which could be used to fetch the assistant log.

string assist_token = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for assistToken.

getQuery()

public abstract Query getQuery()

Required. The user's search query.

.google.cloud.discoveryengine.v1beta.Query query = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Query

The query.

getQueryOrBuilder()

public abstract QueryOrBuilder getQueryOrBuilder()

Required. The user's search query.

.google.cloud.discoveryengine.v1beta.Query query = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
QueryOrBuilder

getQuestionIndex()

public abstract int getQuestionIndex()

The index of the user input within the conversation messages.

int32 question_index = 1;

Returns
Type Description
int

The questionIndex.

getSession()

public abstract String getSession()

Name of the newly generated or continued session.

string session = 2;

Returns
Type Description
String

The session.

getSessionBytes()

public abstract ByteString getSessionBytes()

Name of the newly generated or continued session.

string session = 2;

Returns
Type Description
ByteString

The bytes for session.

hasQuery()

public abstract boolean hasQuery()

Required. The user's search query.

.google.cloud.discoveryengine.v1beta.Query query = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the query field is set.