| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopBotRecommendationResult> |
AmazonLexModelsV2AsyncClient.stopBotRecommendationAsync(StopBotRecommendationRequest request,
AsyncHandler<StopBotRecommendationRequest,StopBotRecommendationResult> asyncHandler) |
Future<StopBotRecommendationResult> |
AmazonLexModelsV2Async.stopBotRecommendationAsync(StopBotRecommendationRequest stopBotRecommendationRequest,
AsyncHandler<StopBotRecommendationRequest,StopBotRecommendationResult> asyncHandler)
Stop an already running Bot Recommendation request.
|
Future<StopBotRecommendationResult> |
AbstractAmazonLexModelsV2Async.stopBotRecommendationAsync(StopBotRecommendationRequest request,
AsyncHandler<StopBotRecommendationRequest,StopBotRecommendationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopBotRecommendationRequest |
StopBotRecommendationRequest.clone() |
StopBotRecommendationRequest |
StopBotRecommendationRequest.withBotId(String botId)
The unique identifier of the bot containing the bot recommendation to be stopped.
|
StopBotRecommendationRequest |
StopBotRecommendationRequest.withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be stopped.
|
StopBotRecommendationRequest |
StopBotRecommendationRequest.withBotVersion(String botVersion)
The version of the bot containing the bot recommendation.
|
StopBotRecommendationRequest |
StopBotRecommendationRequest.withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to stop.
|
Copyright © 2024. All rights reserved.