Interface AgentAssistantFeedback.KnowledgeSearchFeedbackOrBuilder (4.33.0)

public static interface AgentAssistantFeedback.KnowledgeSearchFeedbackOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnswerCopied()

public abstract boolean getAnswerCopied()

Whether the answer was copied by the human agent or not. If the value is set to be true, AnswerFeedback.clicked will be updated to be true.

bool answer_copied = 1;

Returns
TypeDescription
boolean

The answerCopied.

getClickedUris(int index)

public abstract String getClickedUris(int index)

The URIs clicked by the human agent. The value is appended for each UpdateAnswerRecordRequest. If the value is not empty, AnswerFeedback.clicked will be updated to be true.

repeated string clicked_uris = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The clickedUris at the given index.

getClickedUrisBytes(int index)

public abstract ByteString getClickedUrisBytes(int index)

The URIs clicked by the human agent. The value is appended for each UpdateAnswerRecordRequest. If the value is not empty, AnswerFeedback.clicked will be updated to be true.

repeated string clicked_uris = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the clickedUris at the given index.

getClickedUrisCount()

public abstract int getClickedUrisCount()

The URIs clicked by the human agent. The value is appended for each UpdateAnswerRecordRequest. If the value is not empty, AnswerFeedback.clicked will be updated to be true.

repeated string clicked_uris = 2;

Returns
TypeDescription
int

The count of clickedUris.

getClickedUrisList()

public abstract List<String> getClickedUrisList()

The URIs clicked by the human agent. The value is appended for each UpdateAnswerRecordRequest. If the value is not empty, AnswerFeedback.clicked will be updated to be true.

repeated string clicked_uris = 2;

Returns
TypeDescription
List<String>

A list containing the clickedUris.