Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsIntentResult
-
Packages that use AnalyticsIntentResult Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsIntentResult in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsIntentResult Modifier and Type Method Description List<AnalyticsIntentResult>ListIntentMetricsResponse. results()The results for the intent metrics.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsIntentResult Modifier and Type Method Description ListIntentMetricsResponse.BuilderListIntentMetricsResponse.Builder. results(AnalyticsIntentResult... results)The results for the intent metrics.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsIntentResult Modifier and Type Method Description ListIntentMetricsResponse.BuilderListIntentMetricsResponse.Builder. results(Collection<AnalyticsIntentResult> results)The results for the intent metrics.
-