| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsSessionGroupByKey |
AnalyticsSessionGroupByKey.clone() |
AnalyticsSessionGroupByKey |
AnalyticsSessionGroupByKey.withName(AnalyticsSessionField name)
The category by which the session analytics were grouped.
|
AnalyticsSessionGroupByKey |
AnalyticsSessionGroupByKey.withName(String name)
The category by which the session analytics were grouped.
|
AnalyticsSessionGroupByKey |
AnalyticsSessionGroupByKey.withValue(String value)
A member of the category by which the session analytics were grouped.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsSessionGroupByKey> |
AnalyticsSessionResult.getGroupByKeys()
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsSessionResult |
AnalyticsSessionResult.withGroupByKeys(AnalyticsSessionGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsSessionResult.setGroupByKeys(Collection<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.
|
Copyright © 2023. All rights reserved.