public static interface QueryMetricsResponse.Slice.DataPoint.ConversationMeasure.QaTagScoreOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageTagNormalizedScore()
Average tag normalized score per tag.
|
String |
getTag()
Tag name.
|
com.google.protobuf.ByteString |
getTagBytes()
Tag name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTag()
Tag name.
string tag = 1;com.google.protobuf.ByteString getTagBytes()
Tag name.
string tag = 1;double getAverageTagNormalizedScore()
Average tag normalized score per tag.
double average_tag_normalized_score = 2;Copyright © 2025 Google LLC. All rights reserved.