| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIntentStageMetricsResult> |
AbstractAmazonLexModelsV2Async.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> |
AmazonLexModelsV2AsyncClient.listIntentStageMetricsAsync(ListIntentStageMetricsRequest request,
AsyncHandler<ListIntentStageMetricsRequest,ListIntentStageMetricsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.clone() |
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withBinBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withBotId(String botId)
The identifier for the bot for which you want to retrieve intent stage metrics.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withEndDateTime(Date endDateTime)
The date and time that marks the end of the range of time for which you want to see intent stage metrics.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withFilters(AnalyticsIntentStageFilter... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withFilters(Collection<AnalyticsIntentStageFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withGroupBy(AnalyticsIntentStageGroupBySpecification... groupBy)
A list of objects, each of which specifies how to group the results.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withGroupBy(Collection<AnalyticsIntentStageGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in each page of results.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withMetrics(AnalyticsIntentStageMetric... metrics)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withMetrics(Collection<AnalyticsIntentStageMetric> metrics)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.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.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withStartDateTime(Date startDateTime)
The date and time that marks the beginning of the range of time for which you want to see intent stage metrics.
|
Copyright © 2023. All rights reserved.