class Aws::LexModelsV2::Types::ListBuiltInSlotTypesRequest

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

data as a hash:

    {
      locale_id: "LocaleId", # required
      sort_by: {
        attribute: "SlotTypeSignature", # required, accepts SlotTypeSignature
        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 slot types 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

Determines the sort order for the response from the
`ListBuiltInSlotTypes` operation. You can choose to sort by the slot
type signature in either ascending or descending order.
@return [Types::BuiltInSlotTypeSortBy]

@!attribute [rw] max_results

The maximum number of built-in slot types 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 `ListBuiltInSlotTypes` 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/ListBuiltInSlotTypesRequest AWS API Documentation

Constants

SENSITIVE