| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSessionMetricsResult> |
AbstractAmazonLexModelsV2Async.listSessionMetricsAsync(ListSessionMetricsRequest request,
AsyncHandler<ListSessionMetricsRequest,ListSessionMetricsResult> asyncHandler) |
Future<ListSessionMetricsResult> |
AmazonLexModelsV2Async.listSessionMetricsAsync(ListSessionMetricsRequest listSessionMetricsRequest,
AsyncHandler<ListSessionMetricsRequest,ListSessionMetricsResult> asyncHandler)
Retrieves summary metrics for the user sessions with your bot.
|
Future<ListSessionMetricsResult> |
AmazonLexModelsV2AsyncClient.listSessionMetricsAsync(ListSessionMetricsRequest request,
AsyncHandler<ListSessionMetricsRequest,ListSessionMetricsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSessionMetricsRequest |
ListSessionMetricsRequest.clone() |
ListSessionMetricsRequest |
ListSessionMetricsRequest.withBinBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withBotId(String botId)
The identifier for the bot for which you want to retrieve session metrics.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withEndDateTime(Date endDateTime)
The date and time that marks the end of the range of time for which you want to see session metrics.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withFilters(AnalyticsSessionFilter... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withFilters(Collection<AnalyticsSessionFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withGroupBy(AnalyticsSessionGroupBySpecification... groupBy)
A list of objects, each of which specifies how to group the results.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withGroupBy(Collection<AnalyticsSessionGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in each page of results.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withMetrics(AnalyticsSessionMetric... 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.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withMetrics(Collection<AnalyticsSessionMetric> 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.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withNextToken(String nextToken)
If the response from the ListSessionMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withStartDateTime(Date startDateTime)
The date and time that marks the beginning of the range of time for which you want to see session metrics.
|
Copyright © 2023. All rights reserved.