| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<IntentFilter> |
ListIntentsRequest.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 |
|---|---|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.filters(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 |
|---|---|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.filters(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 © 2021. All rights reserved.