public static interface QaScorecardResult.ScoreSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getNormalizedScore()
The normalized score, which is the score divided by the potential score.
|
double |
getPotentialScore()
The maximum potential overall score of the scorecard.
|
QaScorecardResult.QaTagResult |
getQaTagResults(int index)
Collection of tags and their scores.
|
int |
getQaTagResultsCount()
Collection of tags and their scores.
|
List<QaScorecardResult.QaTagResult> |
getQaTagResultsList()
Collection of tags and their scores.
|
QaScorecardResult.QaTagResultOrBuilder |
getQaTagResultsOrBuilder(int index)
Collection of tags and their scores.
|
List<? extends QaScorecardResult.QaTagResultOrBuilder> |
getQaTagResultsOrBuilderList()
Collection of tags and their scores.
|
double |
getScore()
The overall numerical score of the result.
|
QaScorecardResult.ScoreSource.SourceType |
getSourceType()
What created the score.
|
int |
getSourceTypeValue()
What created the score.
|
boolean |
hasNormalizedScore()
The normalized score, which is the score divided by the potential score.
|
boolean |
hasPotentialScore()
The maximum potential overall score of the scorecard.
|
boolean |
hasScore()
The overall numerical score of the result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSourceTypeValue()
What created the score.
.google.cloud.contactcenterinsights.v1.QaScorecardResult.ScoreSource.SourceType source_type = 1;
QaScorecardResult.ScoreSource.SourceType getSourceType()
What created the score.
.google.cloud.contactcenterinsights.v1.QaScorecardResult.ScoreSource.SourceType source_type = 1;
boolean hasScore()
The overall numerical score of the result.
optional double score = 2;double getScore()
The overall numerical score of the result.
optional double score = 2;boolean hasPotentialScore()
The maximum potential overall score of the scorecard. Any questions answered using `na_value` are excluded from this calculation.
optional double potential_score = 3;double getPotentialScore()
The maximum potential overall score of the scorecard. Any questions answered using `na_value` are excluded from this calculation.
optional double potential_score = 3;boolean hasNormalizedScore()
The normalized score, which is the score divided by the potential score.
optional double normalized_score = 4;double getNormalizedScore()
The normalized score, which is the score divided by the potential score.
optional double normalized_score = 4;List<QaScorecardResult.QaTagResult> getQaTagResultsList()
Collection of tags and their scores.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult.QaTagResult qa_tag_results = 5;
QaScorecardResult.QaTagResult getQaTagResults(int index)
Collection of tags and their scores.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult.QaTagResult qa_tag_results = 5;
int getQaTagResultsCount()
Collection of tags and their scores.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult.QaTagResult qa_tag_results = 5;
List<? extends QaScorecardResult.QaTagResultOrBuilder> getQaTagResultsOrBuilderList()
Collection of tags and their scores.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult.QaTagResult qa_tag_results = 5;
QaScorecardResult.QaTagResultOrBuilder getQaTagResultsOrBuilder(int index)
Collection of tags and their scores.
repeated .google.cloud.contactcenterinsights.v1.QaScorecardResult.QaTagResult qa_tag_results = 5;
Copyright © 2025 Google LLC. All rights reserved.