public interface SdkModule
SkillBuilder
when setting up
a AlexaSkill
instance.Modifier and Type | Method and Description |
---|---|
void |
setupModule(SdkModuleContext context)
Method called by the
SkillBuilder when .build() is called. |
void setupModule(SdkModuleContext context)
SkillBuilder
when .build() is called. Allows this module to configure
itself as part of GenericSkillConfiguration
building.context
- context passed to module to configure itselfCopyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.