| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsSessionGroupBySpecification |
AnalyticsSessionGroupBySpecification.clone() |
AnalyticsSessionGroupBySpecification |
AnalyticsSessionGroupBySpecification.withName(AnalyticsSessionField name)
Specifies whether to group the session by their end state or their locale.
|
AnalyticsSessionGroupBySpecification |
AnalyticsSessionGroupBySpecification.withName(String name)
Specifies whether to group the session by their end state or their locale.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsSessionGroupBySpecification> |
ListSessionMetricsRequest.getGroupBy()
A list of objects, each of which specifies how to group the results.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withGroupBy(AnalyticsSessionGroupBySpecification... groupBy)
A list of objects, each of which specifies how to group the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSessionMetricsRequest.setGroupBy(Collection<AnalyticsSessionGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results.
|
ListSessionMetricsRequest |
ListSessionMetricsRequest.withGroupBy(Collection<AnalyticsSessionGroupBySpecification> groupBy)
A list of objects, each of which specifies how to group the results.
|
Copyright © 2025. All rights reserved.