public static interface ListSessionMetricsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListSessionMetricsRequest.Builder,ListSessionMetricsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSessionMetricsRequest.Builder |
binBy(AnalyticsBinBySpecification... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListSessionMetricsRequest.Builder |
binBy(Collection<AnalyticsBinBySpecification> binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListSessionMetricsRequest.Builder |
binBy(Consumer<AnalyticsBinBySpecification.Builder>... binBy)
A list of objects, each of which contains specifications for organizing the results by time.
|
ListSessionMetricsRequest.Builder |
botId(String botId)
The identifier for the bot for which you want to retrieve session metrics.
|
ListSessionMetricsRequest.Builder |
endDateTime(Instant endDateTime)
The date and time that marks the end of the range of time for which you want to see session metrics.
|
ListSessionMetricsRequest.Builder |
filters(AnalyticsSessionFilter... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListSessionMetricsRequest.Builder |
filters(Collection<AnalyticsSessionFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListSessionMetricsRequest.Builder |
filters(Consumer<AnalyticsSessionFilter.Builder>... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListSessionMetricsRequest.Builder |
groupBy(AnalyticsSessionGroupBySpecification... groupBy)
A list of objects, each of which specifies how to group the results.
|
ListSessionMetricsRequest.Builder |
groupBy(Collection<AnalyticsSessionGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results.
|
ListSessionMetricsRequest.Builder |
groupBy(Consumer<AnalyticsSessionGroupBySpecification.Builder>... groupBy)
A list of objects, each of which specifies how to group the results.
|
ListSessionMetricsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in each page of results.
|
ListSessionMetricsRequest.Builder |
metrics(AnalyticsSessionMetric... 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.
|
ListSessionMetricsRequest.Builder |
metrics(Collection<AnalyticsSessionMetric> 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.
|
ListSessionMetricsRequest.Builder |
metrics(Consumer<AnalyticsSessionMetric.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.
|
ListSessionMetricsRequest.Builder |
nextToken(String nextToken)
If the response from the ListSessionMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListSessionMetricsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSessionMetricsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSessionMetricsRequest.Builder |
startDateTime(Instant startDateTime)
The date and time that marks the beginning of the range of time for which you want to see session metrics.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSessionMetricsRequest.Builder botId(String botId)
The identifier for the bot for which you want to retrieve session metrics.
botId - The identifier for the bot for which you want to retrieve session metrics.ListSessionMetricsRequest.Builder startDateTime(Instant startDateTime)
The date and time that marks the beginning of the range of time for which you want to see session metrics.
startDateTime - The date and time that marks the beginning of the range of time for which you want to see session
metrics.ListSessionMetricsRequest.Builder endDateTime(Instant endDateTime)
The date and time that marks the end of the range of time for which you want to see session metrics.
endDateTime - The date and time that marks the end of the range of time for which you want to see session metrics.ListSessionMetricsRequest.Builder metrics(Collection<AnalyticsSessionMetric> 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.
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.ListSessionMetricsRequest.Builder metrics(AnalyticsSessionMetric... 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.
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.ListSessionMetricsRequest.Builder metrics(Consumer<AnalyticsSessionMetric.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.
This is a convenience method that creates an instance of theAnalyticsSessionMetric.Builder avoiding the need to
create one manually via
AnalyticsSessionMetric.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
AnalyticsSessionMetric.Builder#metrics(java.util.Collection) ListSessionMetricsRequest.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.ListSessionMetricsRequest.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.ListSessionMetricsRequest.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) ListSessionMetricsRequest.Builder groupBy(Collection<AnalyticsSessionGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results. You can group by the following criteria:
ConversationEndState – The final state of the conversation. The possible end states are detailed
in Key definitions in the
user guide.
LocaleId – The unique identifier of the bot locale.
groupBy - A list of objects, each of which specifies how to group the results. You can group by the following
criteria:
ConversationEndState – The final state of the conversation. The possible end states are
detailed in Key
definitions in the user guide.
LocaleId – The unique identifier of the bot locale.
ListSessionMetricsRequest.Builder groupBy(AnalyticsSessionGroupBySpecification... groupBy)
A list of objects, each of which specifies how to group the results. You can group by the following criteria:
ConversationEndState – The final state of the conversation. The possible end states are detailed
in Key definitions in the
user guide.
LocaleId – The unique identifier of the bot locale.
groupBy - A list of objects, each of which specifies how to group the results. You can group by the following
criteria:
ConversationEndState – The final state of the conversation. The possible end states are
detailed in Key
definitions in the user guide.
LocaleId – The unique identifier of the bot locale.
ListSessionMetricsRequest.Builder groupBy(Consumer<AnalyticsSessionGroupBySpecification.Builder>... groupBy)
A list of objects, each of which specifies how to group the results. You can group by the following criteria:
ConversationEndState – The final state of the conversation. The possible end states are detailed
in Key definitions in the
user guide.
LocaleId – The unique identifier of the bot locale.
AnalyticsSessionGroupBySpecification.Builder
avoiding the need to create one manually via
AnalyticsSessionGroupBySpecification.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
AnalyticsSessionGroupBySpecification.Builder#groupBy(java.util.Collection) ListSessionMetricsRequest.Builder filters(Collection<AnalyticsSessionFilter> 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.ListSessionMetricsRequest.Builder filters(AnalyticsSessionFilter... 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.ListSessionMetricsRequest.Builder filters(Consumer<AnalyticsSessionFilter.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 theAnalyticsSessionFilter.Builder avoiding the need to
create one manually via
AnalyticsSessionFilter.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
AnalyticsSessionFilter.Builder#filters(java.util.Collection) ListSessionMetricsRequest.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.ListSessionMetricsRequest.Builder nextToken(String nextToken)
If the response from the ListSessionMetrics 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 ListSessionMetrics request to return the next page of results. For a complete set of results, call the ListSessionMetrics operation until the nextToken returned in the response is null.
nextToken - If the response from the ListSessionMetrics 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 ListSessionMetrics request to return the next page of results. For a complete set of results, call the ListSessionMetrics operation until the nextToken returned in the response is null.
ListSessionMetricsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSessionMetricsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.