class Aws::LexModelsV2::Types::BuiltInIntentSortBy

Specifies attributes for sorting a list of built-in intents.

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

data as a hash:

    {
      attribute: "IntentSignature", # required, accepts IntentSignature
      order: "Ascending", # required, accepts Ascending, Descending
    }

@!attribute [rw] attribute

The attribute to use to sort the list of built-in intents.
@return [String]

@!attribute [rw] order

The order to sort the list. You can specify ascending or descending
order.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/BuiltInIntentSortBy AWS API Documentation

Constants

SENSITIVE