delete_utterances
(**kwargs)¶Deletes stored utterances.
Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the ListAggregatedUtterances operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input..
Use the DeleteUtterances
operation to manually delete utterances for a specific session. When you use the DeleteUtterances
operation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with the ListAggregatedUtterances
operation are deleted after 15 days.
See also: AWS API Documentation
Request Syntax
response = client.delete_utterances(
botId='string',
localeId='string',
sessionId='string'
)
[REQUIRED]
The unique identifier of the bot that contains the utterances.
dict
Response Syntax
{}
Response Structure
Exceptions
LexModelsV2.Client.exceptions.ValidationException
LexModelsV2.Client.exceptions.ThrottlingException
LexModelsV2.Client.exceptions.InternalServerException