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