View source: R/lexmodelsv2_operations.R
lexmodelsv2_delete_utterances | R Documentation |
Deletes stored utterances.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_utterances/ for full documentation.
lexmodelsv2_delete_utterances(botId, localeId = NULL, sessionId = NULL)
botId |
[required] The unique identifier of the bot that contains the utterances. |
localeId |
The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages. |
sessionId |
The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.