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