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