LexModelsV2 / Client / delete_bot_analyzer_recommendation
delete_bot_analyzer_recommendation¶
- LexModelsV2.Client.delete_bot_analyzer_recommendation(**kwargs)¶
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.See also: AWS API Documentation
Request Syntax
response = client.delete_bot_analyzer_recommendation( botId='string', botAnalyzerRequestId='string' )
- Parameters:
botId (string) –
[REQUIRED]
The unique identifier of the bot.
botAnalyzerRequestId (string) –
[REQUIRED]
The unique identifier of the analysis request whose recommendations should be deleted.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions