class Aws::LexModelsV2::Types::ListBotVersionsRequest
@note When making an API call, you may pass ListBotVersionsRequest
data as a hash: { bot_id: "Id", # required sort_by: { attribute: "BotVersion", # required, accepts BotVersion order: "Ascending", # required, accepts Ascending, Descending }, max_results: 1, next_token: "NextToken", }
@!attribute [rw] bot_id
The identifier of the bot to list versions for. @return [String]
@!attribute [rw] sort_by
Specifies sorting parameters for the list of versions. You can specify that the list be sorted by version name in either ascending or descending order. @return [Types::BotVersionSortBy]
@!attribute [rw] max_results
The maximum number of versions to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned. @return [Integer]
@!attribute [rw] next_token
If the response to the `ListBotVersion` operation contains more results than specified in the `maxResults` parameter, a token is returned in the response. Use that token in the `nextToken` parameter to return the next page of results. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/ListBotVersionsRequest AWS API Documentation
Constants
- SENSITIVE