| 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.BuiltInSlotTypeSortBy
Description
Synopsis
- data BuiltInSlotTypeSortBy = BuiltInSlotTypeSortBy' {}
- newBuiltInSlotTypeSortBy :: BuiltInSlotTypeSortAttribute -> SortOrder -> BuiltInSlotTypeSortBy
- builtInSlotTypeSortBy_attribute :: Lens' BuiltInSlotTypeSortBy BuiltInSlotTypeSortAttribute
- builtInSlotTypeSortBy_order :: Lens' BuiltInSlotTypeSortBy SortOrder
Documentation
data BuiltInSlotTypeSortBy Source #
Specifies attributes for sorting a list of built-in slot types.
See: newBuiltInSlotTypeSortBy smart constructor.
Constructors
| BuiltInSlotTypeSortBy' | |
Fields
| |
Instances
newBuiltInSlotTypeSortBy Source #
Arguments
| :: BuiltInSlotTypeSortAttribute | |
| -> SortOrder | |
| -> BuiltInSlotTypeSortBy |
Create a value of BuiltInSlotTypeSortBy 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:BuiltInSlotTypeSortBy', builtInSlotTypeSortBy_attribute - The attribute to use to sort the list of built-in intents.
$sel:order:BuiltInSlotTypeSortBy', builtInSlotTypeSortBy_order - The order to sort the list. You can choose ascending or descending.
builtInSlotTypeSortBy_attribute :: Lens' BuiltInSlotTypeSortBy BuiltInSlotTypeSortAttribute Source #
The attribute to use to sort the list of built-in intents.
builtInSlotTypeSortBy_order :: Lens' BuiltInSlotTypeSortBy SortOrder Source #
The order to sort the list. You can choose ascending or descending.