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