@ConfigurationProperties(value="alexa")
@Requires(env="alexa")
public class AlexaConfiguration
extends java.lang.Object
Constructor and Description |
---|
AlexaConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSkillId()
The Skill ID of this Alexa skill.
|
void |
setSkillId(java.lang.String skillId)
The Skill ID of this Alexa skill.
|