| Package | Description |
|---|---|
| software.amazon.awscdk.alexa.ask |
Alexa Skills Kit Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnSkill.Builder |
CfnSkill.Builder.authenticationConfiguration(CfnSkill.AuthenticationConfigurationProperty authenticationConfiguration)
Login with Amazon (LWA) configuration used to authenticate with the Alexa service.
|
CfnSkill.Builder |
CfnSkill.Builder.authenticationConfiguration(IResolvable authenticationConfiguration)
Login with Amazon (LWA) configuration used to authenticate with the Alexa service.
|
static CfnSkill.Builder |
CfnSkill.Builder.create(software.constructs.Construct scope,
String id) |
CfnSkill.Builder |
CfnSkill.Builder.skillPackage(CfnSkill.SkillPackageProperty skillPackage)
Configuration for the skill package that contains the components of the Alexa skill.
|
CfnSkill.Builder |
CfnSkill.Builder.skillPackage(IResolvable skillPackage)
Configuration for the skill package that contains the components of the Alexa skill.
|
CfnSkill.Builder |
CfnSkill.Builder.vendorId(String vendorId)
The vendor ID associated with the Amazon developer account that will host the skill.
|
Copyright © 2022. All rights reserved.