Lists the generation requests made for a bot locale
Source:R/lexmodelsv2_operations.R
lexmodelsv2_list_bot_resource_generations.RdLists the generation requests made for a bot locale.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_list_bot_resource_generations/ for full documentation.
Usage
lexmodelsv2_list_bot_resource_generations(
botId,
botVersion,
localeId,
sortBy = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- botId
[required] The unique identifier of the bot whose generation requests you want to view.
- botVersion
[required] The version of the bot whose generation requests you want to view.
- localeId
[required] The locale of the bot whose generation requests you want to view.
- sortBy
An object containing information about the attribute and the method by which to sort the results
- maxResults
The maximum number of results to return in the response.
- nextToken
If the total number of results is greater than the number specified in the
maxResults, the response returns a token in thenextTokenfield. Use this token when making a request to return the next batch of results.