| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentFilter |
AnalyticsIntentFilter.clone() |
AnalyticsIntentFilter |
AnalyticsIntentFilter.withName(AnalyticsIntentFilterName name)
The category by which to filter the intents.
|
AnalyticsIntentFilter |
AnalyticsIntentFilter.withName(String name)
The category by which to filter the intents.
|
AnalyticsIntentFilter |
AnalyticsIntentFilter.withOperator(AnalyticsFilterOperator operator)
The operation by which to filter the category.
|
AnalyticsIntentFilter |
AnalyticsIntentFilter.withOperator(String operator)
The operation by which to filter the category.
|
AnalyticsIntentFilter |
AnalyticsIntentFilter.withValues(Collection<String> values)
An array containing the values of the category by which to apply the operator to filter the results.
|
AnalyticsIntentFilter |
AnalyticsIntentFilter.withValues(String... values)
An array containing the values of the category by which to apply the operator to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsIntentFilter> |
ListIntentMetricsRequest.getFilters()
A list of objects, each of which describes a condition by which you want to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentMetricsRequest |
ListIntentMetricsRequest.withFilters(AnalyticsIntentFilter... filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIntentMetricsRequest.setFilters(Collection<AnalyticsIntentFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
ListIntentMetricsRequest |
ListIntentMetricsRequest.withFilters(Collection<AnalyticsIntentFilter> filters)
A list of objects, each of which describes a condition by which you want to filter the results.
|
Copyright © 2023. All rights reserved.