Skip to content

Delete Bot Analyzer Recommendation

lexmodelsv2_delete_bot_analyzer_recommendation R Documentation

Permanently deletes the recommendations and analysis results for a specific bot analysis request

Description

Permanently deletes the recommendations and analysis results for a specific bot analysis request. This operation is provided for GDPR compliance and cannot be undone.

After deletion, the analysis results cannot be retrieved. The analysis request ID will still appear in the history list, but attempting to describe the recommendations will return a ResourceNotFoundException.

Usage

lexmodelsv2_delete_bot_analyzer_recommendation(botId,
  botAnalyzerRequestId)

Arguments

botId

[required] The unique identifier of the bot.

botAnalyzerRequestId

[required] The unique identifier of the analysis request whose recommendations should be deleted.

Value

An empty list.

Request syntax

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