| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInIntentsResult |
AbstractAmazonLexModelsV2.listBuiltInIntents(ListBuiltInIntentsRequest request) |
ListBuiltInIntentsResult |
AmazonLexModelsV2Client.listBuiltInIntents(ListBuiltInIntentsRequest request)
Gets a list of built-in intents provided by Amazon Lex that you can use in your bot.
|
ListBuiltInIntentsResult |
AmazonLexModelsV2.listBuiltInIntents(ListBuiltInIntentsRequest 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 |
|---|---|
Future<ListBuiltInIntentsResult> |
AbstractAmazonLexModelsV2Async.listBuiltInIntentsAsync(ListBuiltInIntentsRequest request,
AsyncHandler<ListBuiltInIntentsRequest,ListBuiltInIntentsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInIntentsResult |
ListBuiltInIntentsResult.clone() |
ListBuiltInIntentsResult |
ListBuiltInIntentsResult.withBuiltInIntentSummaries(BuiltInIntentSummary... builtInIntentSummaries)
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
ListBuiltInIntentsResult |
ListBuiltInIntentsResult.withBuiltInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
ListBuiltInIntentsResult |
ListBuiltInIntentsResult.withLocaleId(String localeId)
The language and locale of the intents in the list.
|
ListBuiltInIntentsResult |
ListBuiltInIntentsResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInIntents operation. |
Copyright © 2023. All rights reserved.