class Aws::LexModelsV2::Types::IntentSortBy

Specifies attributes for sorting a list of intents.

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

data as a hash:

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

@!attribute [rw] attribute

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

@!attribute [rw] order

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

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

Constants

SENSITIVE