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)
[required] The unique identifier of the bot that contains the utterances.
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.
The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.