ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.binBy(Collection<AnalyticsBinBySpecification> binBy) |
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.binBy(Consumer<AnalyticsBinBySpecification.Builder>... binBy) |
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.binBy(AnalyticsBinBySpecification... binBy) |
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.botId(String botId) |
The identifier for the bot for which you want to retrieve intent metrics.
|
static ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.builder() |
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.endDateTime(Instant endDateTime) |
The date and time that marks the end of the range of time for which you want to see intent metrics.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.filters(Collection<AnalyticsIntentFilter> filters) |
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.filters(Consumer<AnalyticsIntentFilter.Builder>... filters) |
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.filters(AnalyticsIntentFilter... filters) |
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.groupBy(Collection<AnalyticsIntentGroupBySpecification> groupBy) |
A list of objects, each of which specifies how to group the results.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.groupBy(Consumer<AnalyticsIntentGroupBySpecification.Builder>... groupBy) |
A list of objects, each of which specifies how to group the results.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.groupBy(AnalyticsIntentGroupBySpecification... groupBy) |
A list of objects, each of which specifies how to group the results.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return in each page of results.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.metrics(Collection<AnalyticsIntentMetric> 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 order by which to organize the results.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.metrics(Consumer<AnalyticsIntentMetric.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 order by which to organize the results.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.metrics(AnalyticsIntentMetric... 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 order by which to organize the results.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.nextToken(String nextToken) |
If the response from the ListIntentMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.Builder.startDateTime(Instant startDateTime) |
The timestamp that marks the beginning of the range of time for which you want to see intent metrics.
|
ListIntentMetricsRequest.Builder |
ListIntentMetricsRequest.toBuilder() |
|