| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsUtteranceMetric |
AnalyticsUtteranceMetric.clone() |
AnalyticsUtteranceMetric |
AnalyticsUtteranceMetric.withName(AnalyticsUtteranceMetricName name)
The metric for which you want to get utterance summary statistics.
|
AnalyticsUtteranceMetric |
AnalyticsUtteranceMetric.withName(String name)
The metric for which you want to get utterance summary statistics.
|
AnalyticsUtteranceMetric |
AnalyticsUtteranceMetric.withOrder(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsUtteranceMetric |
AnalyticsUtteranceMetric.withOrder(String order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsUtteranceMetric |
AnalyticsUtteranceMetric.withStatistic(AnalyticsMetricStatistic statistic)
The summary statistic to calculate.
|
AnalyticsUtteranceMetric |
AnalyticsUtteranceMetric.withStatistic(String statistic)
The summary statistic to calculate.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsUtteranceMetric> |
ListUtteranceMetricsRequest.getMetrics()
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListUtteranceMetricsRequest |
ListUtteranceMetricsRequest.withMetrics(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUtteranceMetricsRequest.setMetrics(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 |
ListUtteranceMetricsRequest.withMetrics(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.
|
Copyright © 2024. All rights reserved.