NAME
Paws::LexModelsV2::ListBotLocalesResponse
ATTRIBUTES
BotId => Str
The identifier of the bot to list locales for.
BotLocaleSummaries => ArrayRef[Paws::LexModelsV2::BotLocaleSummary]
Summary information for the locales 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 locales available, the nextToken
field contains a token to get the next page of results.
BotVersion => Str
The version of the bot.
NextToken => Str
A token that indicates whether there are more results to return in a response to the ListBotLocales
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListBotLocales
operation request to get the next page of results.