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.SkillsStoreSkill

Description

 
Synopsis

Documentation

data SkillsStoreSkill Source #

The detailed information about an Alexa skill.

See: newSkillsStoreSkill smart constructor.

Constructors

SkillsStoreSkill' 

Fields

Instances

Instances details
Eq SkillsStoreSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SkillsStoreSkill

Read SkillsStoreSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SkillsStoreSkill

Show SkillsStoreSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SkillsStoreSkill

Generic SkillsStoreSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SkillsStoreSkill

Associated Types

type Rep SkillsStoreSkill :: Type -> Type #

NFData SkillsStoreSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SkillsStoreSkill

Methods

rnf :: SkillsStoreSkill -> () #

Hashable SkillsStoreSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SkillsStoreSkill

FromJSON SkillsStoreSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SkillsStoreSkill

type Rep SkillsStoreSkill Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SkillsStoreSkill

type Rep SkillsStoreSkill = D1 ('MetaData "SkillsStoreSkill" "Amazonka.AlexaBusiness.Types.SkillsStoreSkill" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "SkillsStoreSkill'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "skillId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "supportsLinking") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "sampleUtterances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "shortDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iconUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "skillDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SkillDetails)) :*: S1 ('MetaSel ('Just "skillName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSkillsStoreSkill :: SkillsStoreSkill Source #

Create a value of SkillsStoreSkill 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:skillId:SkillsStoreSkill', skillsStoreSkill_skillId - The ARN of the skill.

$sel:supportsLinking:SkillsStoreSkill', skillsStoreSkill_supportsLinking - Linking support for a skill.

$sel:sampleUtterances:SkillsStoreSkill', skillsStoreSkill_sampleUtterances - Sample utterances that interact with the skill.

$sel:shortDescription:SkillsStoreSkill', skillsStoreSkill_shortDescription - Short description about the skill.

$sel:iconUrl:SkillsStoreSkill', skillsStoreSkill_iconUrl - The URL where the skill icon resides.

$sel:skillDetails:SkillsStoreSkill', skillsStoreSkill_skillDetails - Information about the skill.

$sel:skillName:SkillsStoreSkill', skillsStoreSkill_skillName - The name of the skill.

skillsStoreSkill_sampleUtterances :: Lens' SkillsStoreSkill (Maybe [Text]) Source #

Sample utterances that interact with the skill.

skillsStoreSkill_iconUrl :: Lens' SkillsStoreSkill (Maybe Text) Source #

The URL where the skill icon resides.