NAME
Paws::LexModelsV2::ListBotAliasesResponse
ATTRIBUTES
BotAliasSummaries => ArrayRef[Paws::LexModelsV2::BotAliasSummary]
Summary information for the bot aliases that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more aliases available, the nextToken
field contains a token to get the next page of results.
BotId => Str
The identifier of the bot associated with the aliases.
NextToken => Str
A token that indicates whether there are more results to return in a response to the ListBotAliases
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListBotAliases
operation request to get the next page of results.