| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentGroupByKey |
AnalyticsIntentGroupByKey.clone() |
AnalyticsIntentGroupByKey |
AnalyticsIntentGroupByKey.withName(AnalyticsIntentField name)
A category by which the intent analytics were grouped.
|
AnalyticsIntentGroupByKey |
AnalyticsIntentGroupByKey.withName(String name)
A category by which the intent analytics were grouped.
|
AnalyticsIntentGroupByKey |
AnalyticsIntentGroupByKey.withValue(String value)
A member of the category by which the intent analytics were grouped.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsIntentGroupByKey> |
AnalyticsIntentResult.getGroupByKeys()
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentResult |
AnalyticsIntentResult.withGroupByKeys(AnalyticsIntentGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsIntentResult.setGroupByKeys(Collection<AnalyticsIntentGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
AnalyticsIntentResult |
AnalyticsIntentResult.withGroupByKeys(Collection<AnalyticsIntentGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
Copyright © 2024. All rights reserved.