interface SkillReference
Language | Type name |
---|---|
![]() | Amazon.CDK.Alexa.Ask.SkillReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/alexaask#SkillReference |
![]() | software.amazon.awscdk.alexa.ask.SkillReference |
![]() | aws_cdk.alexa_ask.SkillReference |
![]() | aws-cdk-lib » alexa_ask » SkillReference |
A reference to a Skill resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { alexa_ask } from 'aws-cdk-lib';
const skillReference: alexa_ask.SkillReference = {
skillId: 'skillId',
};
Properties
Name | Type | Description |
---|---|---|
skill | string | The Id of the Skill resource. |
skillId
Type:
string
The Id of the Skill resource.