| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
StopBotRecommendationResult |
AmazonLexModelsV2Client.stopBotRecommendation(StopBotRecommendationRequest request)
Stop an already running Bot Recommendation request.
|
StopBotRecommendationResult |
AbstractAmazonLexModelsV2.stopBotRecommendation(StopBotRecommendationRequest request) |
StopBotRecommendationResult |
AmazonLexModelsV2.stopBotRecommendation(StopBotRecommendationRequest stopBotRecommendationRequest)
Stop an already running Bot Recommendation request.
|
| 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 |
|---|---|
StopBotRecommendationResult |
StopBotRecommendationResult.clone() |
StopBotRecommendationResult |
StopBotRecommendationResult.withBotId(String botId)
The unique identifier of the bot containing the bot recommendation that is being stopped.
|
StopBotRecommendationResult |
StopBotRecommendationResult.withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation that is being stopped.
|
StopBotRecommendationResult |
StopBotRecommendationResult.withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
StopBotRecommendationResult |
StopBotRecommendationResult.withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
StopBotRecommendationResult |
StopBotRecommendationResult.withBotVersion(String botVersion)
The version of the bot containing the recommendation that is being stopped.
|
StopBotRecommendationResult |
StopBotRecommendationResult.withLocaleId(String localeId)
The identifier of the language and locale of the bot response to stop.
|
Copyright © 2024. All rights reserved.