| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsPathFilter |
AnalyticsPathFilter.clone() |
AnalyticsPathFilter |
AnalyticsPathFilter.withName(AnalyticsCommonFilterName name)
The category by which to filter the intent paths.
|
AnalyticsPathFilter |
AnalyticsPathFilter.withName(String name)
The category by which to filter the intent paths.
|
AnalyticsPathFilter |
AnalyticsPathFilter.withOperator(AnalyticsFilterOperator operator)
The operation by which to filter the category.
|
AnalyticsPathFilter |
AnalyticsPathFilter.withOperator(String operator)
The operation by which to filter the category.
|
AnalyticsPathFilter |
AnalyticsPathFilter.withValues(Collection<String> values)
An array containing the values of the category by which to apply the operator to filter the results.
|
AnalyticsPathFilter |
AnalyticsPathFilter.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<AnalyticsPathFilter> |
ListIntentPathsRequest.getFilters()
A list of objects, each describes a condition by which you want to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentPathsRequest |
ListIntentPathsRequest.withFilters(AnalyticsPathFilter... filters)
A list of objects, each describes a condition by which you want to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIntentPathsRequest.setFilters(Collection<AnalyticsPathFilter> filters)
A list of objects, each describes a condition by which you want to filter the results.
|
ListIntentPathsRequest |
ListIntentPathsRequest.withFilters(Collection<AnalyticsPathFilter> filters)
A list of objects, each describes a condition by which you want to filter the results.
|
Copyright © 2025. All rights reserved.