| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAggregatedUtterancesResponse> |
LexModelsV2AsyncClient.listAggregatedUtterances(Consumer<ListAggregatedUtterancesRequest.Builder> listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
default ListAggregatedUtterancesResponse |
LexModelsV2Client.listAggregatedUtterances(Consumer<ListAggregatedUtterancesRequest.Builder> listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
default ListAggregatedUtterancesPublisher |
LexModelsV2AsyncClient.listAggregatedUtterancesPaginator(Consumer<ListAggregatedUtterancesRequest.Builder> listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
default ListAggregatedUtterancesIterable |
LexModelsV2Client.listAggregatedUtterancesPaginator(Consumer<ListAggregatedUtterancesRequest.Builder> listAggregatedUtterancesRequest)
Provides a list of utterances that users have sent to the bot.
|
| Modifier and Type | Method and Description |
|---|---|
default ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.aggregationDuration(Consumer<UtteranceAggregationDuration.Builder> aggregationDuration)
The time window for aggregating the utterance information.
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.aggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time window for aggregating the utterance information.
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.botAliasId(String botAliasId)
The identifier of the bot alias associated with this request.
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.botId(String botId)
The unique identifier of the bot associated with this request.
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.botVersion(String botVersion)
The identifier of the bot version associated with this request.
|
static ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.builder() |
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.filters(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.Builder |
ListAggregatedUtterancesRequest.Builder.filters(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.Builder |
ListAggregatedUtterancesRequest.Builder.filters(Consumer<AggregatedUtterancesFilter.Builder>... filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match
the filter specification.
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.localeId(String localeId)
The identifier of the language and locale where the utterances were collected.
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.maxResults(Integer maxResults)
The maximum number of utterances to return in each page of results.
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.nextToken(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.Builder |
ListAggregatedUtterancesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.sortBy(AggregatedUtterancesSortBy sortBy)
Specifies sorting parameters for the list of utterances.
|
default ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.sortBy(Consumer<AggregatedUtterancesSortBy.Builder> sortBy)
Specifies sorting parameters for the list of utterances.
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAggregatedUtterancesRequest.Builder> |
ListAggregatedUtterancesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.