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