Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsIntentStageMetric
-
Packages that use AnalyticsIntentStageMetric Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsIntentStageMetric in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsIntentStageMetric Modifier and Type Method Description List<AnalyticsIntentStageMetric>ListIntentStageMetricsRequest. 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 AnalyticsIntentStageMetric Modifier and Type Method Description ListIntentStageMetricsRequest.BuilderListIntentStageMetricsRequest.Builder. metrics(AnalyticsIntentStageMetric... 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 AnalyticsIntentStageMetric Modifier and Type Method Description ListIntentStageMetricsRequest.BuilderListIntentStageMetricsRequest.Builder. metrics(Collection<AnalyticsIntentStageMetric> 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.
-