Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lexmodelbuildingservice_delete_utterances

Deletes stored utterances


Description

Deletes stored utterances.

Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the get_utterances_view operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.

Use the delete_utterances operation to manually delete stored utterances for a specific user. When you use the delete_utterances operation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with the get_utterances_view operation are deleted after 15 days.

This operation requires permissions for the lex:DeleteUtterances action.

Usage

lexmodelbuildingservice_delete_utterances(botName, userId)

Arguments

botName

[required] The name of the bot that stored the utterances.

userId

[required] The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.

Value

An empty list.

Request syntax

svc$delete_utterances(
  botName = "string",
  userId = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.