| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUtteranceMetricsResult> |
AbstractAmazonLexModelsV2Async.listUtteranceMetricsAsync(ListUtteranceMetricsRequest request,
AsyncHandler<ListUtteranceMetricsRequest,ListUtteranceMetricsResult> asyncHandler) |
Future<ListUtteranceMetricsResult> |
AmazonLexModelsV2Async.listUtteranceMetricsAsync(ListUtteranceMetricsRequest listUtteranceMetricsRequest,
AsyncHandler<ListUtteranceMetricsRequest,ListUtteranceMetricsResult> asyncHandler)
|
Future<ListUtteranceMetricsResult> |
AmazonLexModelsV2AsyncClient.listUtteranceMetricsAsync(ListUtteranceMetricsRequest request,
AsyncHandler<ListUtteranceMetricsRequest,ListUtteranceMetricsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.clone() |
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withAttributes(AnalyticsUtteranceAttribute... attributes)
A list containing attributes related to the utterance that you want the response to return.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withAttributes(Collection<AnalyticsUtteranceAttribute> attributes)
A list containing attributes related to the utterance that you want the response to return.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withBinBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withBinBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withBotId(String botId)
The identifier for the bot for which you want to retrieve utterance metrics.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withEndDateTime(Date endDateTime)
The date and time that marks the end of the range of time for which you want to see utterance metrics.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withFilters(AnalyticsUtteranceFilter... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withFilters(Collection<AnalyticsUtteranceFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withGroupBy(AnalyticsUtteranceGroupBySpecification... groupBy)
A list of objects, each of which specifies how to group the results.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withGroupBy(Collection<AnalyticsUtteranceGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in each page of results.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withMetrics(AnalyticsUtteranceMetric... 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.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withMetrics(Collection<AnalyticsUtteranceMetric> 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.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withNextToken(String nextToken)
If the response from the ListUtteranceMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withStartDateTime(Date startDateTime)
The date and time that marks the beginning of the range of time for which you want to see utterance metrics.
|
Copyright © 2023. All rights reserved.