View source: R/lexmodelbuildingservice_operations.R
lexmodelbuildingservice_get_migrations | R Documentation |
Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_get_migrations/ for full documentation.
lexmodelbuildingservice_get_migrations(
sortByAttribute = NULL,
sortByOrder = NULL,
v1BotNameContains = NULL,
migrationStatusEquals = NULL,
maxResults = NULL,
nextToken = NULL
)
sortByAttribute |
The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started. |
sortByOrder |
The order so sort the list. |
v1BotNameContains |
Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name. |
migrationStatusEquals |
Filters the list to contain only migrations in the specified state. |
maxResults |
The maximum number of migrations to return in the response. The default is 10. |
nextToken |
A pagination token that fetches the next page of migrations. If the response to this operation is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of migrations, specify the pagination token in the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.