Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsIntentMetric
-
Packages that use AnalyticsIntentMetric Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsIntentMetric in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsIntentMetric Modifier and Type Method Description List<AnalyticsIntentMetric>ListIntentMetricsRequest. 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 order by which to organize the results.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsIntentMetric Modifier and Type Method Description ListIntentMetricsRequest.BuilderListIntentMetricsRequest.Builder. metrics(AnalyticsIntentMetric... 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 order by which to organize the results.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsIntentMetric Modifier and Type Method Description ListIntentMetricsRequest.BuilderListIntentMetricsRequest.Builder. metrics(Collection<AnalyticsIntentMetric> 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 order by which to organize the results.
-