public static interface TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics.Metrics |
getMetrics()
Output only.
|
TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics.MetricsOrBuilder |
getMetricsOrBuilder()
Output only.
|
String |
getQuestion()
Output only.
|
com.google.protobuf.ByteString |
getQuestionBytes()
Output only.
|
boolean |
hasMetrics()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getQuestion()
Output only. The resource path of the question whose dataset was evaluated for tuning.
string question = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getQuestionBytes()
Output only. The resource path of the question whose dataset was evaluated for tuning.
string question = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
boolean hasMetrics()
Output only. The metrics for the question's dataset.
.google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics.Metrics metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics.Metrics getMetrics()
Output only. The metrics for the question's dataset.
.google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics.Metrics metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics.MetricsOrBuilder getMetricsOrBuilder()
Output only. The metrics for the question's dataset.
.google.cloud.contactcenterinsights.v1.TuneQaScorecardRevisionMetadata.QaQuestionDatasetTuningMetrics.Metrics metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.