View source: R/lexmodelsv2_operations.R
lexmodelsv2_list_bot_resource_generations | R Documentation |
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.