class Aws::LexModelsV2::Types::ListBotsRequest

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

data as a hash:

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

@!attribute [rw] sort_by

Specifies sorting parameters for the list of bots. You can specify
that the list be sorted by bot name in ascending or descending
order.
@return [Types::BotSortBy]

@!attribute [rw] filters

Provides the specification of a filter used to limit the bots in the
response to only those that match the filter specification. You can
only specify one filter and one string to filter on.
@return [Array<Types::BotFilter>]

@!attribute [rw] max_results

The maximum number of bots to return in each page of results. If
there are fewer results than the maximum page size, only the actual
number of results are returned.
@return [Integer]

@!attribute [rw] next_token

If the response from the `ListBots` 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/ListBotsRequest AWS API Documentation

Constants

SENSITIVE