Use the get_utterances_view
operation to get information about the utterances that your users have made to your bot. You can use this list to tune the utterances that your bot responds to.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_get_utterances_view/ for full documentation.
lexmodelbuildingservice_get_utterances_view(botName, botVersions, statusType)
[required] The name of the bot for which utterance information should be returned.
[required] An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.
[required] To return utterances that were recognized and handled, use Detected
.
To return utterances that were not recognized, use Missed
.