Here are the parameters you should set up with your Alexa Skill:
{
"intents": [{
"intent": "GetSpelling",
"slots": [
{
"name": "Words",
"type": "LIST_OF_WORDS"
}]
}, {
"intent": "ExitApp"
}]
}
- Type:
LIST_OF_WORDS
Examples:
good morning
line
tea
promises
my phone number is 12345
GetSpelling give me the spelling for {Words} GetSpelling how do you spell {Words} GetSpelling what is the spelling for {Words} GetSpelling spell {Words} GetSpelling to spell {Words} ExitApp stop