public static interface ListUtteranceAnalyticsDataRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListUtteranceAnalyticsDataRequest.Builder,ListUtteranceAnalyticsDataRequest>
| Modifier and Type | Method and Description |
|---|---|
ListUtteranceAnalyticsDataRequest.Builder |
botId(String botId)
The identifier for the bot for which you want to retrieve utterance analytics.
|
ListUtteranceAnalyticsDataRequest.Builder |
endDateTime(Instant endDateTime)
The date and time that marks the end of the range of time for which you want to see utterance analytics.
|
ListUtteranceAnalyticsDataRequest.Builder |
filters(AnalyticsUtteranceFilter... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListUtteranceAnalyticsDataRequest.Builder |
filters(Collection<AnalyticsUtteranceFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListUtteranceAnalyticsDataRequest.Builder |
filters(Consumer<AnalyticsUtteranceFilter.Builder>... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListUtteranceAnalyticsDataRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in each page of results.
|
ListUtteranceAnalyticsDataRequest.Builder |
nextToken(String nextToken)
If the response from the ListUtteranceAnalyticsData operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListUtteranceAnalyticsDataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUtteranceAnalyticsDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListUtteranceAnalyticsDataRequest.Builder |
sortBy(Consumer<UtteranceDataSortBy.Builder> sortBy)
An object specifying the measure and method by which to sort the utterance analytics data.
|
ListUtteranceAnalyticsDataRequest.Builder |
sortBy(UtteranceDataSortBy sortBy)
An object specifying the measure and method by which to sort the utterance analytics data.
|
ListUtteranceAnalyticsDataRequest.Builder |
startDateTime(Instant startDateTime)
The date and time that marks the beginning of the range of time for which you want to see utterance
analytics.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUtteranceAnalyticsDataRequest.Builder botId(String botId)
The identifier for the bot for which you want to retrieve utterance analytics.
botId - The identifier for the bot for which you want to retrieve utterance analytics.ListUtteranceAnalyticsDataRequest.Builder startDateTime(Instant startDateTime)
The date and time that marks the beginning of the range of time for which you want to see utterance analytics.
startDateTime - The date and time that marks the beginning of the range of time for which you want to see utterance
analytics.ListUtteranceAnalyticsDataRequest.Builder endDateTime(Instant endDateTime)
The date and time that marks the end of the range of time for which you want to see utterance analytics.
endDateTime - The date and time that marks the end of the range of time for which you want to see utterance
analytics.ListUtteranceAnalyticsDataRequest.Builder sortBy(UtteranceDataSortBy sortBy)
An object specifying the measure and method by which to sort the utterance analytics data.
sortBy - An object specifying the measure and method by which to sort the utterance analytics data.default ListUtteranceAnalyticsDataRequest.Builder sortBy(Consumer<UtteranceDataSortBy.Builder> sortBy)
An object specifying the measure and method by which to sort the utterance analytics data.
This is a convenience method that creates an instance of theUtteranceDataSortBy.Builder avoiding the
need to create one manually via UtteranceDataSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sortBy(UtteranceDataSortBy).
sortBy - a consumer that will call methods on UtteranceDataSortBy.BuildersortBy(UtteranceDataSortBy)ListUtteranceAnalyticsDataRequest.Builder filters(Collection<AnalyticsUtteranceFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
filters - A list of objects, each of which describes a condition by which you want to filter the results.ListUtteranceAnalyticsDataRequest.Builder filters(AnalyticsUtteranceFilter... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
filters - A list of objects, each of which describes a condition by which you want to filter the results.ListUtteranceAnalyticsDataRequest.Builder filters(Consumer<AnalyticsUtteranceFilter.Builder>... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
This is a convenience method that creates an instance of theAnalyticsUtteranceFilter.Builder avoiding the need
to create one manually via
AnalyticsUtteranceFilter.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
AnalyticsUtteranceFilter.Builder#filters(java.util.Collection) ListUtteranceAnalyticsDataRequest.Builder maxResults(Integer maxResults)
The maximum number of results 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.
maxResults - The maximum number of results 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.ListUtteranceAnalyticsDataRequest.Builder nextToken(String nextToken)
If the response from the ListUtteranceAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListUtteranceAnalyticsData request to return the next page of results. For a complete set of results, call the ListUtteranceAnalyticsData operation until the nextToken returned in the response is null.
nextToken - If the response from the ListUtteranceAnalyticsData operation contains more results than specified in
the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListUtteranceAnalyticsData request to return the next page of results. For a complete set of results, call the ListUtteranceAnalyticsData operation until the nextToken returned in the response is null.
ListUtteranceAnalyticsDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUtteranceAnalyticsDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.