Skip to content

Stop Bot Analyzer

lexmodelsv2_stop_bot_analyzer R Documentation

Cancels an ongoing bot analysis execution

Description

Cancels an ongoing bot analysis execution. Once stopped, the analysis cannot be resumed and no recommendations will be generated.

Usage

lexmodelsv2_stop_bot_analyzer(botId, botAnalyzerRequestId)

Arguments

botId

[required] The unique identifier of the bot.

botAnalyzerRequestId

[required] The unique identifier of the analysis request to stop.

Value

A list with the following syntax:

list(
  botId = "string",
  botVersion = "string",
  localeId = "string",
  botAnalyzerStatus = "Processing"|"Available"|"Failed"|"Stopping"|"Stopped",
  botAnalyzerRequestId = "string"
)

Request syntax

svc$stop_bot_analyzer(
  botId = "string",
  botAnalyzerRequestId = "string"
)