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(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.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.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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.sortBy(Consumer<AggregatedUtterancesSortBy.Builder> sortBy) |
Specifies sorting parameters for the list of utterances.
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.Builder.sortBy(AggregatedUtterancesSortBy sortBy) |
Specifies sorting parameters for the list of utterances.
|
ListAggregatedUtterancesRequest.Builder |
ListAggregatedUtterancesRequest.toBuilder() |
|