| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotReplicaResult> |
AbstractAmazonLexModelsV2Async.describeBotReplicaAsync(DescribeBotReplicaRequest request,
AsyncHandler<DescribeBotReplicaRequest,DescribeBotReplicaResult> asyncHandler) |
Future<DescribeBotReplicaResult> |
AmazonLexModelsV2AsyncClient.describeBotReplicaAsync(DescribeBotReplicaRequest request,
AsyncHandler<DescribeBotReplicaRequest,DescribeBotReplicaResult> asyncHandler) |
Future<DescribeBotReplicaResult> |
AmazonLexModelsV2Async.describeBotReplicaAsync(DescribeBotReplicaRequest describeBotReplicaRequest,
AsyncHandler<DescribeBotReplicaRequest,DescribeBotReplicaResult> asyncHandler)
Monitors the bot replication status through the UI console.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotReplicaRequest |
DescribeBotReplicaRequest.clone() |
DescribeBotReplicaRequest |
DescribeBotReplicaRequest.withBotId(String botId)
The request for the unique bot ID of the replicated bot being monitored.
|
DescribeBotReplicaRequest |
DescribeBotReplicaRequest.withReplicaRegion(String replicaRegion)
The request for the region of the replicated bot being monitored.
|
Copyright © 2024. All rights reserved.