Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListIntentStageMetricsResponse
-
Packages that use ListIntentStageMetricsResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListIntentStageMetricsResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListIntentStageMetricsResponse Modifier and Type Method Description default ListIntentStageMetricsResponseLexModelsV2Client. listIntentStageMetrics(Consumer<ListIntentStageMetricsRequest.Builder> listIntentStageMetricsRequest)Retrieves summary metrics for the stages within intents in your bot.default ListIntentStageMetricsResponseLexModelsV2Client. listIntentStageMetrics(ListIntentStageMetricsRequest listIntentStageMetricsRequest)Retrieves summary metrics for the stages within intents in your bot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListIntentStageMetricsResponse Modifier and Type Method Description default CompletableFuture<ListIntentStageMetricsResponse>LexModelsV2AsyncClient. listIntentStageMetrics(Consumer<ListIntentStageMetricsRequest.Builder> listIntentStageMetricsRequest)Retrieves summary metrics for the stages within intents in your bot.default CompletableFuture<ListIntentStageMetricsResponse>LexModelsV2AsyncClient. listIntentStageMetrics(ListIntentStageMetricsRequest listIntentStageMetricsRequest)Retrieves summary metrics for the stages within intents in your bot. -
Uses of ListIntentStageMetricsResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListIntentStageMetricsResponse Modifier and Type Method Description Iterator<ListIntentStageMetricsResponse>ListIntentStageMetricsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListIntentStageMetricsResponse Modifier and Type Method Description voidListIntentStageMetricsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIntentStageMetricsResponse> subscriber)
-