ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.attributes(Collection<AnalyticsUtteranceAttribute> attributes) |
A list containing attributes related to the utterance that you want the response to return.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.attributes(Consumer<AnalyticsUtteranceAttribute.Builder>... attributes) |
A list containing attributes related to the utterance that you want the response to return.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.attributes(AnalyticsUtteranceAttribute... attributes) |
A list containing attributes related to the utterance that you want the response to return.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.binBy(Collection<AnalyticsBinBySpecification> binBy) |
A list of objects, each of which contains specifications for organizing the results by time.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.binBy(Consumer<AnalyticsBinBySpecification.Builder>... binBy) |
A list of objects, each of which contains specifications for organizing the results by time.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.binBy(AnalyticsBinBySpecification... binBy) |
A list of objects, each of which contains specifications for organizing the results by time.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.botId(String botId) |
The identifier for the bot for which you want to retrieve utterance metrics.
|
static ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.builder() |
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.endDateTime(Instant endDateTime) |
The date and time that marks the end of the range of time for which you want to see utterance metrics.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.filters(Collection<AnalyticsUtteranceFilter> filters) |
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.filters(Consumer<AnalyticsUtteranceFilter.Builder>... filters) |
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.filters(AnalyticsUtteranceFilter... filters) |
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.groupBy(Collection<AnalyticsUtteranceGroupBySpecification> groupBy) |
A list of objects, each of which specifies how to group the results.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.groupBy(Consumer<AnalyticsUtteranceGroupBySpecification.Builder>... groupBy) |
A list of objects, each of which specifies how to group the results.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.groupBy(AnalyticsUtteranceGroupBySpecification... groupBy) |
A list of objects, each of which specifies how to group the results.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return in each page of results.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.metrics(Collection<AnalyticsUtteranceMetric> metrics) |
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.metrics(Consumer<AnalyticsUtteranceMetric.Builder>... metrics) |
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.metrics(AnalyticsUtteranceMetric... metrics) |
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.nextToken(String nextToken) |
If the response from the ListUtteranceMetrics operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.Builder.startDateTime(Instant startDateTime) |
The date and time that marks the beginning of the range of time for which you want to see utterance metrics.
|
ListUtteranceMetricsRequest.Builder |
ListUtteranceMetricsRequest.toBuilder() |
|