public static interface ListAggregatedUtterancesRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListAggregatedUtterancesRequest.Builder,ListAggregatedUtterancesRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListAggregatedUtterancesRequest.Builder |
aggregationDuration(Consumer<UtteranceAggregationDuration.Builder> aggregationDuration)
The time window for aggregating the utterance information.
|
ListAggregatedUtterancesRequest.Builder |
aggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time window for aggregating the utterance information.
|
ListAggregatedUtterancesRequest.Builder |
botAliasId(String botAliasId)
The identifier of the bot alias associated with this request.
|
ListAggregatedUtterancesRequest.Builder |
botId(String botId)
The unique identifier of the bot associated with this request.
|
ListAggregatedUtterancesRequest.Builder |
botVersion(String botVersion)
The identifier of the bot version associated with this request.
|
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 |
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 |
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 |
localeId(String localeId)
The identifier of the language and locale where the utterances were collected.
|
ListAggregatedUtterancesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of utterances to return in each page of results.
|
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAggregatedUtterancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAggregatedUtterancesRequest.Builder |
sortBy(AggregatedUtterancesSortBy sortBy)
Specifies sorting parameters for the list of utterances.
|
default ListAggregatedUtterancesRequest.Builder |
sortBy(Consumer<AggregatedUtterancesSortBy.Builder> sortBy)
Specifies sorting parameters for the list of utterances.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAggregatedUtterancesRequest.Builder botId(String botId)
The unique identifier of the bot associated with this request.
botId - The unique identifier of the bot associated with this request.ListAggregatedUtterancesRequest.Builder botAliasId(String botAliasId)
The identifier of the bot alias associated with this request. If you specify the bot alias, you can't specify the bot version.
botAliasId - The identifier of the bot alias associated with this request. If you specify the bot alias, you can't
specify the bot version.ListAggregatedUtterancesRequest.Builder botVersion(String botVersion)
The identifier of the bot version associated with this request. If you specify the bot version, you can't specify the bot alias.
botVersion - The identifier of the bot version associated with this request. If you specify the bot version, you
can't specify the bot alias.ListAggregatedUtterancesRequest.Builder localeId(String localeId)
The identifier of the language and locale where the utterances were collected. For more information, see Supported languages.
localeId - The identifier of the language and locale where the utterances were collected. For more information,
see Supported languages.ListAggregatedUtterancesRequest.Builder aggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time window for aggregating the utterance information. You can specify a time between one hour and two weeks.
aggregationDuration - The time window for aggregating the utterance information. You can specify a time between one hour and
two weeks.default ListAggregatedUtterancesRequest.Builder aggregationDuration(Consumer<UtteranceAggregationDuration.Builder> aggregationDuration)
The time window for aggregating the utterance information. You can specify a time between one hour and two weeks.
This is a convenience method that creates an instance of theUtteranceAggregationDuration.Builder
avoiding the need to create one manually via UtteranceAggregationDuration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to aggregationDuration(UtteranceAggregationDuration).
aggregationDuration - a consumer that will call methods on UtteranceAggregationDuration.BuilderaggregationDuration(UtteranceAggregationDuration)ListAggregatedUtterancesRequest.Builder sortBy(AggregatedUtterancesSortBy sortBy)
Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed count, or the number of distinct sessions the utterance appeared in.
sortBy - Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed
count, or the number of distinct sessions the utterance appeared in.default ListAggregatedUtterancesRequest.Builder sortBy(Consumer<AggregatedUtterancesSortBy.Builder> sortBy)
Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed count, or the number of distinct sessions the utterance appeared in.
This is a convenience method that creates an instance of theAggregatedUtterancesSortBy.Builder
avoiding the need to create one manually via AggregatedUtterancesSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sortBy(AggregatedUtterancesSortBy).
sortBy - a consumer that will call methods on AggregatedUtterancesSortBy.BuildersortBy(AggregatedUtterancesSortBy)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. You can only specify one filter and one string to filter on.
filters - Provides the specification of a filter used to limit the utterances in the response to only those that
match the filter specification. You can only specify one filter and one string to filter on.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. You can only specify one filter and one string to filter on.
filters - Provides the specification of a filter used to limit the utterances in the response to only those that
match the filter specification. You can only specify one filter and one string to filter on.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. You can only specify one filter and one string to filter on.
This is a convenience method that creates an instance of theAggregatedUtterancesFilter.Builder avoiding the
need to create one manually via
AggregatedUtterancesFilter.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
AggregatedUtterancesFilter.Builder#filters(java.util.Collection) ListAggregatedUtterancesRequest.Builder maxResults(Integer maxResults)
The maximum number of utterances to return in each page of results. If there are fewer results than the
maximum page size, only the actual number of results are returned. If you don't specify the
maxResults parameter, 1,000 results are returned.
maxResults - The maximum number of utterances to return in each page of results. If there are fewer results than
the maximum page size, only the actual number of results are returned. If you don't specify the
maxResults parameter, 1,000 results are returned.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. Use that token in the
nextToken parameter to return the next page of results.
nextToken - If the response from the ListAggregatedUtterances operation contains more results that
specified in the maxResults parameter, a token is returned in the response. Use that
token in the nextToken parameter to return the next page of results.ListAggregatedUtterancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAggregatedUtterancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.