| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAggregatedUtterancesResult> |
AbstractAmazonLexModelsV2Async.listAggregatedUtterancesAsync(ListAggregatedUtterancesRequest request,
AsyncHandler<ListAggregatedUtterancesRequest,ListAggregatedUtterancesResult> asyncHandler) |
Future<ListAggregatedUtterancesResult> |
AmazonLexModelsV2AsyncClient.listAggregatedUtterancesAsync(ListAggregatedUtterancesRequest request,
AsyncHandler<ListAggregatedUtterancesRequest,ListAggregatedUtterancesResult> asyncHandler) |
Future<ListAggregatedUtterancesResult> |
AmazonLexModelsV2Async.listAggregatedUtterancesAsync(ListAggregatedUtterancesRequest listAggregatedUtterancesRequest,
AsyncHandler<ListAggregatedUtterancesRequest,ListAggregatedUtterancesResult> asyncHandler)
Provides a list of utterances that users have sent to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.clone() |
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withAggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time window for aggregating the utterance information.
|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withBotAliasId(String botAliasId)
The identifier of the bot alias associated with this request.
|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withBotId(String botId)
The unique identifier of the bot associated with this request.
|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withBotVersion(String botVersion)
The identifier of the bot version associated with this request.
|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withFilters(AggregatedUtterancesFilter... filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the
filter specification.
|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withFilters(Collection<AggregatedUtterancesFilter> filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the
filter specification.
|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withLocaleId(String localeId)
The identifier of the language and locale where the utterances were collected.
|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withMaxResults(Integer maxResults)
The maximum number of utterances to return in each page of results.
|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withNextToken(String nextToken)
If the response from the
ListAggregatedUtterances operation contains more results that specified in
the maxResults parameter, a token is returned in the response. |
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withSortBy(AggregatedUtterancesSortBy sortBy)
Specifies sorting parameters for the list of utterances.
|
Copyright © 2024. All rights reserved.