| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListIntentMetricsResult |
AbstractAmazonLexModelsV2.listIntentMetrics(ListIntentMetricsRequest request) |
ListIntentMetricsResult |
AmazonLexModelsV2.listIntentMetrics(ListIntentMetricsRequest listIntentMetricsRequest)
Retrieves summary metrics for the intents in your bot.
|
ListIntentMetricsResult |
AmazonLexModelsV2Client.listIntentMetrics(ListIntentMetricsRequest request)
Retrieves summary metrics for the intents in your bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIntentMetricsResult> |
AbstractAmazonLexModelsV2Async.listIntentMetricsAsync(ListIntentMetricsRequest request,
AsyncHandler<ListIntentMetricsRequest,ListIntentMetricsResult> asyncHandler) |
Future<ListIntentMetricsResult> |
AmazonLexModelsV2Async.listIntentMetricsAsync(ListIntentMetricsRequest listIntentMetricsRequest,
AsyncHandler<ListIntentMetricsRequest,ListIntentMetricsResult> asyncHandler)
Retrieves summary metrics for the intents in your bot.
|
Future<ListIntentMetricsResult> |
AmazonLexModelsV2AsyncClient.listIntentMetricsAsync(ListIntentMetricsRequest request,
AsyncHandler<ListIntentMetricsRequest,ListIntentMetricsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIntentMetricsResult |
ListIntentMetricsResult.clone() |
ListIntentMetricsResult |
ListIntentMetricsResult.withBotId(String botId)
The identifier for the bot for which you retrieved intent metrics.
|
ListIntentMetricsResult |
ListIntentMetricsResult.withNextToken(String nextToken)
If the response from the ListIntentMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListIntentMetricsResult |
ListIntentMetricsResult.withResults(AnalyticsIntentResult... results)
The results for the intent metrics.
|
ListIntentMetricsResult |
ListIntentMetricsResult.withResults(Collection<AnalyticsIntentResult> results)
The results for the intent metrics.
|
Copyright © 2023. All rights reserved.