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