| 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.SkillsStoreSkill
Description
Synopsis
- data SkillsStoreSkill = SkillsStoreSkill' {}
- newSkillsStoreSkill :: SkillsStoreSkill
- skillsStoreSkill_iconUrl :: Lens' SkillsStoreSkill (Maybe Text)
- skillsStoreSkill_sampleUtterances :: Lens' SkillsStoreSkill (Maybe [Text])
- skillsStoreSkill_shortDescription :: Lens' SkillsStoreSkill (Maybe Text)
- skillsStoreSkill_skillDetails :: Lens' SkillsStoreSkill (Maybe SkillDetails)
- skillsStoreSkill_skillId :: Lens' SkillsStoreSkill (Maybe Text)
- skillsStoreSkill_skillName :: Lens' SkillsStoreSkill (Maybe Text)
- skillsStoreSkill_supportsLinking :: Lens' SkillsStoreSkill (Maybe Bool)
Documentation
data SkillsStoreSkill Source #
The detailed information about an Alexa skill.
See: newSkillsStoreSkill smart constructor.
Constructors
| SkillsStoreSkill' | |
Fields
| |
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:iconUrl:SkillsStoreSkill', skillsStoreSkill_iconUrl - The URL where the skill icon resides.
$sel:sampleUtterances:SkillsStoreSkill', skillsStoreSkill_sampleUtterances - Sample utterances that interact with the skill.
$sel:shortDescription:SkillsStoreSkill', skillsStoreSkill_shortDescription - Short description about the skill.
$sel:skillDetails:SkillsStoreSkill', skillsStoreSkill_skillDetails - Information about the skill.
$sel:skillId:SkillsStoreSkill', skillsStoreSkill_skillId - The ARN of the skill.
$sel:skillName:SkillsStoreSkill', skillsStoreSkill_skillName - The name of the skill.
$sel:supportsLinking:SkillsStoreSkill', skillsStoreSkill_supportsLinking - Linking support for a skill.
skillsStoreSkill_iconUrl :: Lens' SkillsStoreSkill (Maybe Text) Source #
The URL where the skill icon resides.
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_skillDetails :: Lens' SkillsStoreSkill (Maybe SkillDetails) Source #
Information about the skill.
skillsStoreSkill_skillId :: Lens' SkillsStoreSkill (Maybe Text) Source #
The ARN of the skill.
skillsStoreSkill_skillName :: Lens' SkillsStoreSkill (Maybe Text) Source #
The name of the skill.
skillsStoreSkill_supportsLinking :: Lens' SkillsStoreSkill (Maybe Bool) Source #
Linking support for a skill.