| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.BuiltInIntentSortBy
Description
Documentation
data BuiltInIntentSortBy Source #
Specifies attributes for sorting a list of built-in intents.
See: newBuiltInIntentSortBy smart constructor.
Constructors
| BuiltInIntentSortBy' | |
Fields
| |
Instances
newBuiltInIntentSortBy Source #
Arguments
| :: BuiltInIntentSortAttribute | |
| -> SortOrder | |
| -> BuiltInIntentSortBy |
Create a value of BuiltInIntentSortBy with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attribute:BuiltInIntentSortBy', builtInIntentSortBy_attribute - The attribute to use to sort the list of built-in intents.
$sel:order:BuiltInIntentSortBy', builtInIntentSortBy_order - The order to sort the list. You can specify ascending or descending
order.
builtInIntentSortBy_attribute :: Lens' BuiltInIntentSortBy BuiltInIntentSortAttribute Source #
The attribute to use to sort the list of built-in intents.
builtInIntentSortBy_order :: Lens' BuiltInIntentSortBy SortOrder Source #
The order to sort the list. You can specify ascending or descending order.