| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsSessionMetricResult |
AnalyticsSessionMetricResult.clone() |
AnalyticsSessionMetricResult |
AnalyticsSessionMetricResult.withName(AnalyticsSessionMetricName name)
The metric that you requested.
|
AnalyticsSessionMetricResult |
AnalyticsSessionMetricResult.withName(String name)
The metric that you requested.
|
AnalyticsSessionMetricResult |
AnalyticsSessionMetricResult.withStatistic(AnalyticsMetricStatistic statistic)
The summary statistic that you requested to calculate.
|
AnalyticsSessionMetricResult |
AnalyticsSessionMetricResult.withStatistic(String statistic)
The summary statistic that you requested to calculate.
|
AnalyticsSessionMetricResult |
AnalyticsSessionMetricResult.withValue(Double value)
The value of the summary statistic for the metric that you requested.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsSessionMetricResult> |
AnalyticsSessionResult.getMetricsResults()
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 |
|---|---|
AnalyticsSessionResult |
AnalyticsSessionResult.withMetricsResults(AnalyticsSessionMetricResult... metricsResults)
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 |
AnalyticsSessionResult.setMetricsResults(Collection<AnalyticsSessionMetricResult> metricsResults)
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.
|
AnalyticsSessionResult |
AnalyticsSessionResult.withMetricsResults(Collection<AnalyticsSessionMetricResult> metricsResults)
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 © 2023. All rights reserved.