class Aws::LexModelsV2::Types::ListBuiltInIntentsRequest

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

data as a hash:

    {
      locale_id: "LocaleId", # required
      sort_by: {
        attribute: "IntentSignature", # required, accepts IntentSignature
        order: "Ascending", # required, accepts Ascending, Descending
      },
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] locale_id

The identifier of the language and locale of the intents to list.
The string must match one of the supported locales. For more
information, see [Supported languages][1].

[1]: https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html
@return [String]

@!attribute [rw] sort_by

Specifies sorting parameters for the list of built-in intents. You
can specify that the list be sorted by the built-in intent signature
in either ascending or descending order.
@return [Types::BuiltInIntentSortBy]

@!attribute [rw] max_results

The maximum number of built-in intents 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 `ListBuiltInIntents` 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/ListBuiltInIntentsRequest AWS API Documentation

Constants

SENSITIVE