| 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.AlexaBusiness.Types.Category
Description
Synopsis
- data Category = Category' {}
- newCategory :: Category
- category_categoryId :: Lens' Category (Maybe Natural)
- category_categoryName :: Lens' Category (Maybe Text)
Documentation
The skill store category that is shown. Alexa skills are assigned a specific skill category during creation, such as News, Social, and Sports.
See: newCategory smart constructor.
Constructors
| Category' | |
Fields
| |
Instances
| FromJSON Category Source # | |
| Generic Category Source # | |
| Read Category Source # | |
| Show Category Source # | |
| NFData Category Source # | |
Defined in Amazonka.AlexaBusiness.Types.Category | |
| Eq Category Source # | |
| Hashable Category Source # | |
Defined in Amazonka.AlexaBusiness.Types.Category | |
| type Rep Category Source # | |
Defined in Amazonka.AlexaBusiness.Types.Category type Rep Category = D1 ('MetaData "Category" "Amazonka.AlexaBusiness.Types.Category" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "Category'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "categoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
newCategory :: Category Source #
Create a value of Category 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:categoryId:Category', category_categoryId - The ID of the skill store category.
$sel:categoryName:Category', category_categoryName - The name of the skill store category.