public static interface QaAnswer.AnswerSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QaAnswer.AnswerValue |
getAnswerValue()
The answer value from this source.
|
QaAnswer.AnswerValueOrBuilder |
getAnswerValueOrBuilder()
The answer value from this source.
|
QaAnswer.AnswerSource.SourceType |
getSourceType()
What created the answer.
|
int |
getSourceTypeValue()
What created the answer.
|
boolean |
hasAnswerValue()
The answer value from this source.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSourceTypeValue()
What created the answer.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerSource.SourceType source_type = 1;
QaAnswer.AnswerSource.SourceType getSourceType()
What created the answer.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerSource.SourceType source_type = 1;
boolean hasAnswerValue()
The answer value from this source.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerValue answer_value = 2;QaAnswer.AnswerValue getAnswerValue()
The answer value from this source.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerValue answer_value = 2;QaAnswer.AnswerValueOrBuilder getAnswerValueOrBuilder()
The answer value from this source.
.google.cloud.contactcenterinsights.v1.QaAnswer.AnswerValue answer_value = 2;Copyright © 2025 Google LLC. All rights reserved.