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