public static interface ListIntentMetricsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListIntentMetricsRequest.Builder,ListIntentMetricsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIntentMetricsRequest.Builder |
binBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentMetricsRequest.Builder |
binBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentMetricsRequest.Builder |
binBy(Consumer<AnalyticsBinBySpecification.Builder>... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListIntentMetricsRequest.Builder |
botId(String botId)
The identifier for the bot for which you want to retrieve intent metrics.
|
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 |
filters(AnalyticsIntentFilter... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
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 |
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 |
groupBy(AnalyticsIntentGroupBySpecification... groupBy)
A list of objects, each of which specifies how to group the results.
|
ListIntentMetricsRequest.Builder |
groupBy(Collection<AnalyticsIntentGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results.
|
ListIntentMetricsRequest.Builder |
groupBy(Consumer<AnalyticsIntentGroupBySpecification.Builder>... groupBy)
A list of objects, each of which specifies how to group the results.
|
ListIntentMetricsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in each page of results.
|
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 |
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 |
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 |
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIntentMetricsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIntentMetricsRequest.Builder |
startDateTime(Instant startDateTime)
The timestamp that marks the beginning of the range of time for which you want to see intent metrics.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIntentMetricsRequest.Builder botId(String botId)
The identifier for the bot for which you want to retrieve intent metrics.
botId - The identifier for the bot for which you want to retrieve intent metrics.ListIntentMetricsRequest.Builder startDateTime(Instant startDateTime)
The timestamp that marks the beginning of the range of time for which you want to see intent metrics.
startDateTime - The timestamp that marks the beginning of the range of time for which you want to see intent metrics.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.
endDateTime - The date and time that marks the end of the range of time for which you want to see intent metrics.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.
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 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.
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 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.
This is a convenience method that creates an instance of theAnalyticsIntentMetric.Builder avoiding the need to
create one manually via
AnalyticsIntentMetric.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #metrics(List.
metrics - a consumer that will call methods on
AnalyticsIntentMetric.Builder#metrics(java.util.Collection) ListIntentMetricsRequest.Builder binBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
binBy - A list of objects, each of which contains specifications for organizing the results by time.ListIntentMetricsRequest.Builder binBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
binBy - A list of objects, each of which contains specifications for organizing the results by time.ListIntentMetricsRequest.Builder binBy(Consumer<AnalyticsBinBySpecification.Builder>... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
This is a convenience method that creates an instance of theAnalyticsBinBySpecification.Builder avoiding the
need to create one manually via
AnalyticsBinBySpecification.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #binBy(List.
binBy - a consumer that will call methods on
AnalyticsBinBySpecification.Builder#binBy(java.util.Collection) ListIntentMetricsRequest.Builder groupBy(Collection<AnalyticsIntentGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results. You can group by the following criteria:
IntentName – The name of the intent.
IntentEndState – The final state of the intent. The possible end states are detailed in Key definitions in the user guide.
groupBy - A list of objects, each of which specifies how to group the results. You can group by the following
criteria:
IntentName – The name of the intent.
IntentEndState – The final state of the intent. The possible end states are detailed in
Key definitions in the
user guide.
ListIntentMetricsRequest.Builder groupBy(AnalyticsIntentGroupBySpecification... groupBy)
A list of objects, each of which specifies how to group the results. You can group by the following criteria:
IntentName – The name of the intent.
IntentEndState – The final state of the intent. The possible end states are detailed in Key definitions in the user guide.
groupBy - A list of objects, each of which specifies how to group the results. You can group by the following
criteria:
IntentName – The name of the intent.
IntentEndState – The final state of the intent. The possible end states are detailed in
Key definitions in the
user guide.
ListIntentMetricsRequest.Builder groupBy(Consumer<AnalyticsIntentGroupBySpecification.Builder>... groupBy)
A list of objects, each of which specifies how to group the results. You can group by the following criteria:
IntentName – The name of the intent.
IntentEndState – The final state of the intent. The possible end states are detailed in Key definitions in the user guide.
AnalyticsIntentGroupBySpecification.Builder
avoiding the need to create one manually via
AnalyticsIntentGroupBySpecification.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #groupBy(List.
groupBy - a consumer that will call methods on
AnalyticsIntentGroupBySpecification.Builder#groupBy(java.util.Collection) ListIntentMetricsRequest.Builder filters(Collection<AnalyticsIntentFilter> 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.ListIntentMetricsRequest.Builder filters(AnalyticsIntentFilter... 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.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.
This is a convenience method that creates an instance of theAnalyticsIntentFilter.Builder avoiding the need to
create one manually via
AnalyticsIntentFilter.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
AnalyticsIntentFilter.Builder#filters(java.util.Collection) ListIntentMetricsRequest.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.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.
Use the returned token in the nextToken parameter of a ListIntentMetrics request to return the next page of results. For a complete set of results, call the ListIntentMetrics operation until the nextToken returned in the response is null.
nextToken - If the response from the ListIntentMetrics 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 ListIntentMetrics request to return the next page of results. For a complete set of results, call the ListIntentMetrics operation until the nextToken returned in the response is null.
ListIntentMetricsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIntentMetricsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.