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