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