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