class Aws::LexModelsV2::Types::ListBotLocalesRequest

@note When making an API call, you may pass ListBotLocalesRequest

data as a hash:

    {
      bot_id: "Id", # required
      bot_version: "BotVersion", # required
      sort_by: {
        attribute: "BotLocaleName", # required, accepts BotLocaleName
        order: "Ascending", # required, accepts Ascending, Descending
      },
      filters: [
        {
          name: "BotLocaleName", # required, accepts BotLocaleName
          values: ["FilterValue"], # required
          operator: "CO", # required, accepts CO, EQ
        },
      ],
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] bot_id

The identifier of the bot to list locales for.
@return [String]

@!attribute [rw] bot_version

The version of the bot to list locales for.
@return [String]

@!attribute [rw] sort_by

Specifies sorting parameters for the list of locales. You can sort
by locale name in ascending or descending order.
@return [Types::BotLocaleSortBy]

@!attribute [rw] filters

Provides the specification for a filter used to limit the response
to only those locales that match the filter specification. You can
only specify one filter and one value to filter on.
@return [Array<Types::BotLocaleFilter>]

@!attribute [rw] max_results

The maximum number of aliases 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 from the `ListBotLocales` operation contains more
results than specified in the `maxResults` parameter, a token is
returned in the response. Use that token as 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/ListBotLocalesRequest AWS API Documentation

Constants

SENSITIVE