libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AlexaBusiness.Types.Category

Description

 
Synopsis

Documentation

data Category Source #

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

Instances details
Eq Category Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Category

Read Category Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Category

Show Category Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Category

Generic Category Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Category

Associated Types

type Rep Category :: Type -> Type #

Methods

from :: Category -> Rep Category x #

to :: Rep Category x -> Category #

NFData Category Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Category

Methods

rnf :: Category -> () #

Hashable Category Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Category

Methods

hashWithSalt :: Int -> Category -> Int #

hash :: Category -> Int #

FromJSON Category Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Category

type Rep Category Source # 
Instance details

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.

category_categoryName :: Lens' Category (Maybe Text) Source #

The name of the skill store category.

category_categoryId :: Lens' Category (Maybe Natural) Source #

The ID of the skill store category.