View source: R/lexmodelbuildingservice_operations.R
lexmodelbuildingservice_get_bot_versions | R Documentation |
Gets information about all of the versions of a bot.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_get_bot_versions/ for full documentation.
lexmodelbuildingservice_get_bot_versions(
name,
nextToken = NULL,
maxResults = NULL
)
name |
[required] The name of the bot for which versions should be returned. |
nextToken |
A pagination token for fetching the next page of bot versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request. |
maxResults |
The maximum number of bot versions to return in the response. The default is 10. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.