| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIntentsResponse> |
LexModelsV2AsyncClient.listIntents(Consumer<ListIntentsRequest.Builder> listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
default ListIntentsResponse |
LexModelsV2Client.listIntents(Consumer<ListIntentsRequest.Builder> listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
default ListIntentsPublisher |
LexModelsV2AsyncClient.listIntentsPaginator(Consumer<ListIntentsRequest.Builder> listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
default ListIntentsIterable |
LexModelsV2Client.listIntentsPaginator(Consumer<ListIntentsRequest.Builder> listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.botId(String botId)
The unique identifier of the bot that contains the intent.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.botVersion(String botVersion)
The version of the bot that contains the intent.
|
static ListIntentsRequest.Builder |
ListIntentsRequest.builder() |
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.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.filters(Consumer<IntentFilter.Builder>... filters)
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
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.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.localeId(String localeId)
The identifier of the language and locale of the intents to list.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.maxResults(Integer maxResults)
The maximum number of intents to return in each page of results.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.nextToken(String nextToken)
If the response from the
ListIntents operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListIntentsRequest.Builder |
ListIntentsRequest.Builder.sortBy(Consumer<IntentSortBy.Builder> sortBy)
Determines the sort order for the response from the
ListIntents operation. |
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.sortBy(IntentSortBy sortBy)
Determines the sort order for the response from the
ListIntents operation. |
ListIntentsRequest.Builder |
ListIntentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIntentsRequest.Builder> |
ListIntentsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.