ListUtteranceAnalyticsDataRequest.Builder |
ListUtteranceAnalyticsDataRequest.Builder.botId(String botId) |
The identifier for the bot for which you want to retrieve utterance analytics.
|
static ListUtteranceAnalyticsDataRequest.Builder |
ListUtteranceAnalyticsDataRequest.builder() |
|
ListUtteranceAnalyticsDataRequest.Builder |
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 |
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 |
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 |
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 |
ListUtteranceAnalyticsDataRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return in each page of results.
|
ListUtteranceAnalyticsDataRequest.Builder |
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 |
ListUtteranceAnalyticsDataRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListUtteranceAnalyticsDataRequest.Builder |
ListUtteranceAnalyticsDataRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListUtteranceAnalyticsDataRequest.Builder |
ListUtteranceAnalyticsDataRequest.Builder.sortBy(Consumer<UtteranceDataSortBy.Builder> sortBy) |
An object specifying the measure and method by which to sort the utterance analytics data.
|
ListUtteranceAnalyticsDataRequest.Builder |
ListUtteranceAnalyticsDataRequest.Builder.sortBy(UtteranceDataSortBy sortBy) |
An object specifying the measure and method by which to sort the utterance analytics data.
|
ListUtteranceAnalyticsDataRequest.Builder |
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.
|
ListUtteranceAnalyticsDataRequest.Builder |
ListUtteranceAnalyticsDataRequest.toBuilder() |
|