public interface QaAnswerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QaAnswer.AnswerSource |
getAnswerSources(int index)
List of all individual answers given to the question.
|
int |
getAnswerSourcesCount()
List of all individual answers given to the question.
|
List<QaAnswer.AnswerSource> |
getAnswerSourcesList()
List of all individual answers given to the question.
|
QaAnswer.AnswerSourceOrBuilder |
getAnswerSourcesOrBuilder(int index)
List of all individual answers given to the question.
|
List<? extends QaAnswer.AnswerSourceOrBuilder> |
getAnswerSourcesOrBuilderList()
List of all individual answers given to the question.
|
QaAnswer.AnswerValue |
getAnswerValue()
The main answer value, incorporating any manual edits if they exist.
|
QaAnswer.AnswerValueOrBuilder |
getAnswerValueOrBuilder()
The main answer value, incorporating any manual edits if they exist.
|
String |
getConversation()
The conversation the answer applies to.
|
com.google.protobuf.ByteString |
getConversationBytes()
The conversation the answer applies to.
|
String |
getQaQuestion()
The QaQuestion answered by this answer.
|
com.google.protobuf.ByteString |
getQaQuestionBytes()
The QaQuestion answered by this answer.
|
String |
getQuestionBody()
Question text.
|
com.google.protobuf.ByteString |
getQuestionBodyBytes()
Question text.
|
String |
getTags(int index)
User-defined list of arbitrary tags.
|
com.google.protobuf.ByteString |
getTagsBytes(int index)
User-defined list of arbitrary tags.
|
int |
getTagsCount()
User-defined list of arbitrary tags.
|
List<String> |
getTagsList()
User-defined list of arbitrary tags.
|
boolean |
hasAnswerValue()
The main answer value, incorporating any manual edits if they exist.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getQaQuestion()
The QaQuestion answered by this answer.
string qa_question = 7 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getQaQuestionBytes()
The QaQuestion answered by this answer.
string qa_question = 7 [(.google.api.resource_reference) = { ... }String getConversation()
The conversation the answer applies to.
string conversation = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getConversationBytes()
The conversation the answer applies to.
string conversation = 2 [(.google.api.resource_reference) = { ... }String getQuestionBody()
Question text. E.g., "Did the agent greet the customer?"
string question_body = 6;com.google.protobuf.ByteString getQuestionBodyBytes()
Question text. E.g., "Did the agent greet the customer?"
string question_body = 6;boolean hasAnswerValue()
The main answer value, incorporating any manual edits if they exist.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerValue answer_value = 3;QaAnswer.AnswerValue getAnswerValue()
The main answer value, incorporating any manual edits if they exist.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerValue answer_value = 3;QaAnswer.AnswerValueOrBuilder getAnswerValueOrBuilder()
The main answer value, incorporating any manual edits if they exist.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerValue answer_value = 3;List<String> getTagsList()
User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer.
repeated string tags = 5;int getTagsCount()
User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer.
repeated string tags = 5;String getTags(int index)
User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer.
repeated string tags = 5;index - The index of the element to return.com.google.protobuf.ByteString getTagsBytes(int index)
User-defined list of arbitrary tags. Matches the value from QaScorecard.ScorecardQuestion.tags. Used for grouping/organization and for weighting the score of each answer.
repeated string tags = 5;index - The index of the value to return.List<QaAnswer.AnswerSource> getAnswerSourcesList()
List of all individual answers given to the question.
repeated .google.cloud.contactcenterinsights.v1.QaAnswer.AnswerSource answer_sources = 8;
QaAnswer.AnswerSource getAnswerSources(int index)
List of all individual answers given to the question.
repeated .google.cloud.contactcenterinsights.v1.QaAnswer.AnswerSource answer_sources = 8;
int getAnswerSourcesCount()
List of all individual answers given to the question.
repeated .google.cloud.contactcenterinsights.v1.QaAnswer.AnswerSource answer_sources = 8;
List<? extends QaAnswer.AnswerSourceOrBuilder> getAnswerSourcesOrBuilderList()
List of all individual answers given to the question.
repeated .google.cloud.contactcenterinsights.v1.QaAnswer.AnswerSource answer_sources = 8;
QaAnswer.AnswerSourceOrBuilder getAnswerSourcesOrBuilder(int index)
List of all individual answers given to the question.
repeated .google.cloud.contactcenterinsights.v1.QaAnswer.AnswerSource answer_sources = 8;
Copyright © 2025 Google LLC. All rights reserved.