Uses of Interface
com.google.cloud.dialogflow.v2.SmartReplyMetrics.TopNMetricsOrBuilder
-
Packages that use SmartReplyMetrics.TopNMetricsOrBuilder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of SmartReplyMetrics.TopNMetricsOrBuilder in com.google.cloud.dialogflow.v2
Classes in com.google.cloud.dialogflow.v2 that implement SmartReplyMetrics.TopNMetricsOrBuilder Modifier and Type Class Description static class
SmartReplyMetrics.TopNMetrics
Evaluation metrics when retrieving `n` smart replies with the model.static class
SmartReplyMetrics.TopNMetrics.Builder
Evaluation metrics when retrieving `n` smart replies with the model.Methods in com.google.cloud.dialogflow.v2 that return SmartReplyMetrics.TopNMetricsOrBuilder Modifier and Type Method Description SmartReplyMetrics.TopNMetricsOrBuilder
SmartReplyMetrics.Builder. getTopNMetricsOrBuilder(int index)
Metrics of top n smart replies, sorted by [TopNMetric.n][].SmartReplyMetrics.TopNMetricsOrBuilder
SmartReplyMetrics. getTopNMetricsOrBuilder(int index)
Metrics of top n smart replies, sorted by [TopNMetric.n][].SmartReplyMetrics.TopNMetricsOrBuilder
SmartReplyMetricsOrBuilder. getTopNMetricsOrBuilder(int index)
Metrics of top n smart replies, sorted by [TopNMetric.n][].Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type SmartReplyMetrics.TopNMetricsOrBuilder Modifier and Type Method Description List<? extends SmartReplyMetrics.TopNMetricsOrBuilder>
SmartReplyMetrics.Builder. getTopNMetricsOrBuilderList()
Metrics of top n smart replies, sorted by [TopNMetric.n][].List<? extends SmartReplyMetrics.TopNMetricsOrBuilder>
SmartReplyMetrics. getTopNMetricsOrBuilderList()
Metrics of top n smart replies, sorted by [TopNMetric.n][].List<? extends SmartReplyMetrics.TopNMetricsOrBuilder>
SmartReplyMetricsOrBuilder. getTopNMetricsOrBuilderList()
Metrics of top n smart replies, sorted by [TopNMetric.n][].
-