| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListIntentStageMetricsResult |
AmazonLexModelsV2Client.listIntentStageMetrics(ListIntentStageMetricsRequest request)
Retrieves summary metrics for the stages within intents in your bot.
|
ListIntentStageMetricsResult |
AbstractAmazonLexModelsV2.listIntentStageMetrics(ListIntentStageMetricsRequest request) |
ListIntentStageMetricsResult |
AmazonLexModelsV2.listIntentStageMetrics(ListIntentStageMetricsRequest listIntentStageMetricsRequest)
Retrieves summary metrics for the stages within intents in your bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIntentStageMetricsResult> |
AmazonLexModelsV2AsyncClient.listIntentStageMetricsAsync(ListIntentStageMetricsRequest request,
AsyncHandler<ListIntentStageMetricsRequest,ListIntentStageMetricsResult> asyncHandler) |
Future<ListIntentStageMetricsResult> |
AmazonLexModelsV2Async.listIntentStageMetricsAsync(ListIntentStageMetricsRequest listIntentStageMetricsRequest,
AsyncHandler<ListIntentStageMetricsRequest,ListIntentStageMetricsResult> asyncHandler)
Retrieves summary metrics for the stages within intents in your bot.
|
Future<ListIntentStageMetricsResult> |
AbstractAmazonLexModelsV2Async.listIntentStageMetricsAsync(ListIntentStageMetricsRequest request,
AsyncHandler<ListIntentStageMetricsRequest,ListIntentStageMetricsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIntentStageMetricsResult |
ListIntentStageMetricsResult.clone() |
ListIntentStageMetricsResult |
ListIntentStageMetricsResult.withBotId(String botId)
The identifier for the bot for which you retrieved intent stage metrics.
|
ListIntentStageMetricsResult |
ListIntentStageMetricsResult.withNextToken(String nextToken)
If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListIntentStageMetricsResult |
ListIntentStageMetricsResult.withResults(AnalyticsIntentStageResult... results)
The results for the intent stage metrics.
|
ListIntentStageMetricsResult |
ListIntentStageMetricsResult.withResults(Collection<AnalyticsIntentStageResult> results)
The results for the intent stage metrics.
|
Copyright © 2025. All rights reserved.