| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListAggregatedUtterancesResult |
AbstractAmazonLexModelsV2.listAggregatedUtterances(ListAggregatedUtterancesRequest request) |
ListAggregatedUtterancesResult |
AmazonLexModelsV2.listAggregatedUtterances(ListAggregatedUtterancesRequest listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
ListAggregatedUtterancesResult |
AmazonLexModelsV2Client.listAggregatedUtterances(ListAggregatedUtterancesRequest request)
Provides a list of utterances that users have sent to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAggregatedUtterancesResult> |
AbstractAmazonLexModelsV2Async.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.
|
Future<ListAggregatedUtterancesResult> |
AmazonLexModelsV2AsyncClient.listAggregatedUtterancesAsync(ListAggregatedUtterancesRequest request,
AsyncHandler<ListAggregatedUtterancesRequest,ListAggregatedUtterancesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.clone() |
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withAggregatedUtterancesSummaries(AggregatedUtterancesSummary... aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withAggregatedUtterancesSummaries(Collection<AggregatedUtterancesSummary> aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withAggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time period used to aggregate the utterance data.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withAggregationLastRefreshedDateTime(Date aggregationLastRefreshedDateTime)
The last date and time that the aggregated data was collected.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withAggregationWindowEndTime(Date aggregationWindowEndTime)
The date and time that the aggregation window ends.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withAggregationWindowStartTime(Date aggregationWindowStartTime)
The date and time that the aggregation window begins.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withBotAliasId(String botAliasId)
The identifier of the bot alias that contains the utterances.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withBotId(String botId)
The identifier of the bot that contains the utterances.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withBotVersion(String botVersion)
The identifier of the bot version that contains the utterances.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withLocaleId(String localeId)
The identifier of the language and locale that the utterances are in.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListAggregatedUtterances operation. |
Copyright © 2023. All rights reserved.