| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBuiltInIntentsResult> |
AmazonLexModelsV2AsyncClient.listBuiltInIntentsAsync(ListBuiltInIntentsRequest request,
AsyncHandler<ListBuiltInIntentsRequest,ListBuiltInIntentsResult> asyncHandler) |
Future<ListBuiltInIntentsResult> |
AmazonLexModelsV2Async.listBuiltInIntentsAsync(ListBuiltInIntentsRequest listBuiltInIntentsRequest,
AsyncHandler<ListBuiltInIntentsRequest,ListBuiltInIntentsResult> asyncHandler)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
Future<ListBuiltInIntentsResult> |
AbstractAmazonLexModelsV2Async.listBuiltInIntentsAsync(ListBuiltInIntentsRequest request,
AsyncHandler<ListBuiltInIntentsRequest,ListBuiltInIntentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInIntentsRequest |
ListBuiltInIntentsRequest.clone() |
ListBuiltInIntentsRequest |
ListBuiltInIntentsRequest.withLocaleId(String localeId)
The identifier of the language and locale of the intents to list.
|
ListBuiltInIntentsRequest |
ListBuiltInIntentsRequest.withMaxResults(Integer maxResults)
The maximum number of built-in intents to return in each page of results.
|
ListBuiltInIntentsRequest |
ListBuiltInIntentsRequest.withNextToken(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 |
ListBuiltInIntentsRequest.withSortBy(BuiltInIntentSortBy sortBy)
Specifies sorting parameters for the list of built-in intents.
|
Copyright © 2025. All rights reserved.