| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsSessionResult |
AnalyticsSessionResult.clone() |
AnalyticsSessionResult |
AnalyticsSessionResult.withBinKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult |
AnalyticsSessionResult.withBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult |
AnalyticsSessionResult.withGroupByKeys(AnalyticsSessionGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsSessionResult |
AnalyticsSessionResult.withGroupByKeys(Collection<AnalyticsSessionGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsSessionResult> |
ListSessionMetricsResult.getResults()
The results for the session metrics.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionMetricsResult |
ListSessionMetricsResult.withResults(AnalyticsSessionResult... results)
The results for the session metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSessionMetricsResult.setResults(Collection<AnalyticsSessionResult> results)
The results for the session metrics.
|
ListSessionMetricsResult |
ListSessionMetricsResult.withResults(Collection<AnalyticsSessionResult> results)
The results for the session metrics.
|
Copyright © 2024. All rights reserved.