| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentFilter |
IntentFilter.clone() |
IntentFilter |
IntentFilter.withName(IntentFilterName name)
The name of the field to use for the filter.
|
IntentFilter |
IntentFilter.withName(String name)
The name of the field to use for the filter.
|
IntentFilter |
IntentFilter.withOperator(IntentFilterOperator operator)
The operator to use for the filter.
|
IntentFilter |
IntentFilter.withOperator(String operator)
The operator to use for the filter.
|
IntentFilter |
IntentFilter.withValues(Collection<String> values)
The value to use for the filter.
|
IntentFilter |
IntentFilter.withValues(String... values)
The value to use for the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<IntentFilter> |
ListIntentsRequest.getFilters()
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentsRequest |
ListIntentsRequest.withFilters(IntentFilter... filters)
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIntentsRequest.setFilters(Collection<IntentFilter> filters)
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
ListIntentsRequest |
ListIntentsRequest.withFilters(Collection<IntentFilter> filters)
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
Copyright © 2023. All rights reserved.