lexmodelbuildingservice_get_utterances_view: Use the GetUtterancesView operation to get information about...

View source: R/lexmodelbuildingservice_operations.R

lexmodelbuildingservice_get_utterances_viewR Documentation

Use the GetUtterancesView operation to get information about the utterances that your users have made to your bot

Description

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.

Usage

lexmodelbuildingservice_get_utterances_view(botName, botVersions, statusType)

Arguments

botName

[required] The name of the bot for which utterance information should be returned.

botVersions

[required] An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.

statusType

[required] To return utterances that were recognized and handled, use Detected. To return utterances that were not recognized, use Missed.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.