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 SkillsStoreSkill = SkillsStoreSkill' {}
- newSkillsStoreSkill :: SkillsStoreSkill
- skillsStoreSkill_skillId :: Lens' SkillsStoreSkill (Maybe Text)
- skillsStoreSkill_supportsLinking :: Lens' SkillsStoreSkill (Maybe Bool)
- skillsStoreSkill_sampleUtterances :: Lens' SkillsStoreSkill (Maybe [Text])
- skillsStoreSkill_shortDescription :: Lens' SkillsStoreSkill (Maybe Text)
- skillsStoreSkill_iconUrl :: Lens' SkillsStoreSkill (Maybe Text)
- skillsStoreSkill_skillDetails :: Lens' SkillsStoreSkill (Maybe SkillDetails)
- skillsStoreSkill_skillName :: Lens' SkillsStoreSkill (Maybe Text)
Documentation
data SkillsStoreSkill Source #
The detailed information about an Alexa skill.
See: newSkillsStoreSkill
smart constructor.
SkillsStoreSkill' | |
|
Instances
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_skillId :: Lens' SkillsStoreSkill (Maybe Text) Source #
The ARN of the skill.
skillsStoreSkill_supportsLinking :: Lens' SkillsStoreSkill (Maybe Bool) Source #
Linking support for a skill.
skillsStoreSkill_sampleUtterances :: Lens' SkillsStoreSkill (Maybe [Text]) Source #
Sample utterances that interact with the skill.
skillsStoreSkill_shortDescription :: Lens' SkillsStoreSkill (Maybe Text) Source #
Short description about the skill.
skillsStoreSkill_iconUrl :: Lens' SkillsStoreSkill (Maybe Text) Source #
The URL where the skill icon resides.
skillsStoreSkill_skillDetails :: Lens' SkillsStoreSkill (Maybe SkillDetails) Source #
Information about the skill.
skillsStoreSkill_skillName :: Lens' SkillsStoreSkill (Maybe Text) Source #
The name of the skill.