Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsUtteranceMetric
-
Packages that use AnalyticsUtteranceMetric Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsUtteranceMetric in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsUtteranceMetric Modifier and Type Method Description List<AnalyticsUtteranceMetric>ListUtteranceMetricsRequest. metrics()A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsUtteranceMetric Modifier and Type Method Description ListUtteranceMetricsRequest.BuilderListUtteranceMetricsRequest.Builder. metrics(AnalyticsUtteranceMetric... metrics)A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsUtteranceMetric Modifier and Type Method Description ListUtteranceMetricsRequest.BuilderListUtteranceMetricsRequest.Builder. metrics(Collection<AnalyticsUtteranceMetric> metrics)A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
-