Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Category = Category' {}
- newCategory :: Category
- category_categoryName :: Lens' Category (Maybe Text)
- category_categoryId :: Lens' Category (Maybe Natural)
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.
Category' | |
|
Instances
Eq Category Source # | |
Read Category Source # | |
Show Category Source # | |
Generic Category Source # | |
NFData Category Source # | |
Defined in Amazonka.AlexaBusiness.Types.Category | |
Hashable Category Source # | |
Defined in Amazonka.AlexaBusiness.Types.Category | |
FromJSON Category Source # | |
type Rep Category Source # | |
Defined in Amazonka.AlexaBusiness.Types.Category type Rep Category = D1 ('MetaData "Category" "Amazonka.AlexaBusiness.Types.Category" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "Category'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "categoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) |
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:categoryName:Category'
, category_categoryName
- The name of the skill store category.
$sel:categoryId:Category'
, category_categoryId
- The ID of the skill store category.