public interface SmartReplyMetricsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
float |
getAllowlistCoverage()
Percentage of target participant messages in the evaluation dataset for
which similar messages have appeared at least once in the allowlist.
|
long |
getConversationCount()
Total number of conversations used to generate this metric.
|
SmartReplyMetrics.TopNMetrics |
getTopNMetrics(int index)
Metrics of top n smart replies, sorted by [TopNMetric.n][].
|
int |
getTopNMetricsCount()
Metrics of top n smart replies, sorted by [TopNMetric.n][].
|
List<SmartReplyMetrics.TopNMetrics> |
getTopNMetricsList()
Metrics of top n smart replies, sorted by [TopNMetric.n][].
|
SmartReplyMetrics.TopNMetricsOrBuilder |
getTopNMetricsOrBuilder(int index)
Metrics of top n smart replies, sorted by [TopNMetric.n][].
|
List<? extends SmartReplyMetrics.TopNMetricsOrBuilder> |
getTopNMetricsOrBuilderList()
Metrics of top n smart replies, sorted by [TopNMetric.n][].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
float getAllowlistCoverage()
Percentage of target participant messages in the evaluation dataset for which similar messages have appeared at least once in the allowlist. Should be [0, 1].
float allowlist_coverage = 1;
List<SmartReplyMetrics.TopNMetrics> getTopNMetricsList()
Metrics of top n smart replies, sorted by [TopNMetric.n][].
repeated .google.cloud.dialogflow.v2.SmartReplyMetrics.TopNMetrics top_n_metrics = 2;
SmartReplyMetrics.TopNMetrics getTopNMetrics(int index)
Metrics of top n smart replies, sorted by [TopNMetric.n][].
repeated .google.cloud.dialogflow.v2.SmartReplyMetrics.TopNMetrics top_n_metrics = 2;
int getTopNMetricsCount()
Metrics of top n smart replies, sorted by [TopNMetric.n][].
repeated .google.cloud.dialogflow.v2.SmartReplyMetrics.TopNMetrics top_n_metrics = 2;
List<? extends SmartReplyMetrics.TopNMetricsOrBuilder> getTopNMetricsOrBuilderList()
Metrics of top n smart replies, sorted by [TopNMetric.n][].
repeated .google.cloud.dialogflow.v2.SmartReplyMetrics.TopNMetrics top_n_metrics = 2;
SmartReplyMetrics.TopNMetricsOrBuilder getTopNMetricsOrBuilder(int index)
Metrics of top n smart replies, sorted by [TopNMetric.n][].
repeated .google.cloud.dialogflow.v2.SmartReplyMetrics.TopNMetrics top_n_metrics = 2;
long getConversationCount()
Total number of conversations used to generate this metric.
int64 conversation_count = 3;
Copyright © 2022 Google LLC. All rights reserved.