Retrieves a list of historical bot analysis executions for a specific bot
Source:R/lexmodelsv2_operations.R
lexmodelsv2_list_bot_analyzer_history.RdRetrieves a list of historical bot analysis executions for a specific bot. You can filter the results by locale and bot version.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_list_bot_analyzer_history/ for full documentation.
Usage
lexmodelsv2_list_bot_analyzer_history(
botId,
localeId = NULL,
botVersion = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- botId
[required] The unique identifier of the bot.
- localeId
The locale identifier to filter the history. If not specified, returns history for all locales.
- botVersion
The bot version to filter the history. If not specified, defaults to
DRAFT.- nextToken
If the response from a previous request was truncated, the
nextTokenvalue is used to retrieve the next page of history entries.- maxResults
The maximum number of history entries to return in the response. The default is 10.