lexmodelsv2_delete_utterances {paws.machine.learning} | R Documentation |
Deletes stored utterances
Description
Deletes stored utterances.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_delete_utterances/ for full documentation.
Usage
lexmodelsv2_delete_utterances(botId, localeId = NULL, sessionId = NULL)
Arguments
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. |
[Package paws.machine.learning version 0.7.0 Index]