| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model | |
| com.amazonaws.services.lexmodelsv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotLocaleResult> |
AbstractAmazonLexModelsV2Async.describeBotLocaleAsync(DescribeBotLocaleRequest request,
AsyncHandler<DescribeBotLocaleRequest,DescribeBotLocaleResult> asyncHandler) |
Future<DescribeBotLocaleResult> |
AmazonLexModelsV2Async.describeBotLocaleAsync(DescribeBotLocaleRequest describeBotLocaleRequest,
AsyncHandler<DescribeBotLocaleRequest,DescribeBotLocaleResult> asyncHandler)
Describes the settings that a bot has for a specific locale.
|
Future<DescribeBotLocaleResult> |
AmazonLexModelsV2AsyncClient.describeBotLocaleAsync(DescribeBotLocaleRequest request,
AsyncHandler<DescribeBotLocaleRequest,DescribeBotLocaleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotLocaleRequest |
DescribeBotLocaleRequest.clone() |
DescribeBotLocaleRequest |
DescribeBotLocaleRequest.withBotId(String botId)
The identifier of the bot associated with the locale.
|
DescribeBotLocaleRequest |
DescribeBotLocaleRequest.withBotVersion(String botVersion)
The identifier of the version of the bot associated with the locale.
|
DescribeBotLocaleRequest |
DescribeBotLocaleRequest.withLocaleId(String localeId)
The unique identifier of the locale to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeBotLocaleRequest> |
AmazonLexModelsV2Waiters.botLocaleBuilt()
Builds a BotLocaleBuilt waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeBotLocaleRequest> |
AmazonLexModelsV2Waiters.botLocaleCreated()
Builds a BotLocaleCreated waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeBotLocaleRequest> |
AmazonLexModelsV2Waiters.botLocaleExpressTestingAvailable()
Builds a BotLocaleExpressTestingAvailable waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotLocaleResult |
DescribeBotLocaleFunction.apply(DescribeBotLocaleRequest describeBotLocaleRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2022. All rights reserved.