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