| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListIntentsResult |
AbstractAmazonLexModelsV2.listIntents(ListIntentsRequest request) |
ListIntentsResult |
AmazonLexModelsV2Client.listIntents(ListIntentsRequest request)
Get a list of intents that meet the specified criteria.
|
ListIntentsResult |
AmazonLexModelsV2.listIntents(ListIntentsRequest listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
Future<ListIntentsResult> |
AmazonLexModelsV2AsyncClient.listIntentsAsync(ListIntentsRequest request) |
Future<ListIntentsResult> |
AbstractAmazonLexModelsV2Async.listIntentsAsync(ListIntentsRequest request) |
Future<ListIntentsResult> |
AmazonLexModelsV2Async.listIntentsAsync(ListIntentsRequest listIntentsRequest)
Get a list of intents that meet the specified criteria.
|
Future<ListIntentsResult> |
AmazonLexModelsV2AsyncClient.listIntentsAsync(ListIntentsRequest request,
AsyncHandler<ListIntentsRequest,ListIntentsResult> asyncHandler) |
Future<ListIntentsResult> |
AbstractAmazonLexModelsV2Async.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 |
|---|---|
Future<ListIntentsResult> |
AmazonLexModelsV2AsyncClient.listIntentsAsync(ListIntentsRequest request,
AsyncHandler<ListIntentsRequest,ListIntentsResult> asyncHandler) |
Future<ListIntentsResult> |
AbstractAmazonLexModelsV2Async.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 |
|---|---|
ListIntentsRequest |
ListIntentsRequest.clone() |
ListIntentsRequest |
ListIntentsRequest.withBotId(String botId)
The unique identifier of the bot that contains the intent.
|
ListIntentsRequest |
ListIntentsRequest.withBotVersion(String botVersion)
The version of the bot that contains the intent.
|
ListIntentsRequest |
ListIntentsRequest.withFilters(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 |
ListIntentsRequest.withFilters(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 |
ListIntentsRequest.withLocaleId(String localeId)
The identifier of the language and locale of the intents to list.
|
ListIntentsRequest |
ListIntentsRequest.withMaxResults(Integer maxResults)
The maximum number of intents to return in each page of results.
|
ListIntentsRequest |
ListIntentsRequest.withNextToken(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 |
ListIntentsRequest.withSortBy(IntentSortBy sortBy)
Determines the sort order for the response from the
ListIntents operation. |
Copyright © 2023. All rights reserved.