| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListIntentsResult |
AbstractAmazonLexModelsV2.listIntents(ListIntentsRequest request) |
ListIntentsResult |
AmazonLexModelsV2.listIntents(ListIntentsRequest listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
ListIntentsResult |
AmazonLexModelsV2Client.listIntents(ListIntentsRequest request)
Get a list of intents that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIntentsResult> |
AbstractAmazonLexModelsV2Async.listIntentsAsync(ListIntentsRequest request,
AsyncHandler<ListIntentsRequest,ListIntentsResult> asyncHandler) |
Future<ListIntentsResult> |
AmazonLexModelsV2AsyncClient.listIntentsAsync(ListIntentsRequest request,
AsyncHandler<ListIntentsRequest,ListIntentsResult> asyncHandler) |
Future<ListIntentsResult> |
AmazonLexModelsV2Async.listIntentsAsync(ListIntentsRequest listIntentsRequest,
AsyncHandler<ListIntentsRequest,ListIntentsResult> asyncHandler)
Get a list of intents that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentsResult |
ListIntentsResult.clone() |
ListIntentsResult |
ListIntentsResult.withBotId(String botId)
The identifier of the bot that contains the intent.
|
ListIntentsResult |
ListIntentsResult.withBotVersion(String botVersion)
The version of the bot that contains the intent.
|
ListIntentsResult |
ListIntentsResult.withIntentSummaries(Collection<IntentSummary> intentSummaries)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListIntentsResult |
ListIntentsResult.withIntentSummaries(IntentSummary... intentSummaries)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListIntentsResult |
ListIntentsResult.withLocaleId(String localeId)
The language and locale of the intents in the list.
|
ListIntentsResult |
ListIntentsResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListIntents
operation. |
Copyright © 2021. All rights reserved.