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