| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBuiltInIntentsResponse> |
LexModelsV2AsyncClient.listBuiltInIntents(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
default ListBuiltInIntentsResponse |
LexModelsV2Client.listBuiltInIntents(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
default ListBuiltInIntentsPublisher |
LexModelsV2AsyncClient.listBuiltInIntentsPaginator(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
default ListBuiltInIntentsIterable |
LexModelsV2Client.listBuiltInIntentsPaginator(Consumer<ListBuiltInIntentsRequest.Builder> listBuiltInIntentsRequest)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
| Modifier and Type | Method and Description |
|---|---|
static ListBuiltInIntentsRequest.Builder |
ListBuiltInIntentsRequest.builder() |
ListBuiltInIntentsRequest.Builder |
ListBuiltInIntentsRequest.Builder.localeId(String localeId)
The identifier of the language and locale of the intents to list.
|
ListBuiltInIntentsRequest.Builder |
ListBuiltInIntentsRequest.Builder.maxResults(Integer maxResults)
The maximum number of built-in intents to return in each page of results.
|
ListBuiltInIntentsRequest.Builder |
ListBuiltInIntentsRequest.Builder.nextToken(String nextToken)
If the response from the
ListBuiltInIntents operation contains more results than specified in
the maxResults parameter, a token is returned in the response. |
ListBuiltInIntentsRequest.Builder |
ListBuiltInIntentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBuiltInIntentsRequest.Builder |
ListBuiltInIntentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBuiltInIntentsRequest.Builder |
ListBuiltInIntentsRequest.Builder.sortBy(BuiltInIntentSortBy sortBy)
Specifies sorting parameters for the list of built-in intents.
|
default ListBuiltInIntentsRequest.Builder |
ListBuiltInIntentsRequest.Builder.sortBy(Consumer<BuiltInIntentSortBy.Builder> sortBy)
Specifies sorting parameters for the list of built-in intents.
|
ListBuiltInIntentsRequest.Builder |
ListBuiltInIntentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBuiltInIntentsRequest.Builder> |
ListBuiltInIntentsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.