Skip to content

Stop Bot Recommendation

lexmodelsv2_stop_bot_recommendation R Documentation

Stop an already running Bot Recommendation request

Description

Stop an already running Bot Recommendation request.

Usage

lexmodelsv2_stop_bot_recommendation(botId, botVersion, localeId,
  botRecommendationId)

Arguments

botId

[required] The unique identifier of the bot containing the bot recommendation to be stopped.

botVersion

[required] The version of the bot containing the bot recommendation.

localeId

[required] The identifier of the language and locale of the bot recommendation to stop. The string must match one of the supported locales. For more information, see Supported languages

botRecommendationId

[required] The unique identifier of the bot recommendation to be stopped.

Value

A list with the following syntax:

list(
  botId = "string",
  botVersion = "string",
  localeId = "string",
  botRecommendationStatus = "Processing"|"Deleting"|"Deleted"|"Downloading"|"Updating"|"Available"|"Failed"|"Stopping"|"Stopped",
  botRecommendationId = "string"
)

Request syntax

svc$stop_bot_recommendation(
  botId = "string",
  botVersion = "string",
  localeId = "string",
  botRecommendationId = "string"
)