Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 594 Bytes

setup.md

File metadata and controls

41 lines (33 loc) · 594 Bytes

Here are the parameters you should set up with your Alexa Skill:

Intent Schema

{
  "intents": [{
    "intent": "GetSpelling",
    "slots": [
     {
       "name": "Words",
       "type": "LIST_OF_WORDS"
     }]
  }, {
    "intent": "ExitApp"
  }]
}

Slot types

  • Type: LIST_OF_WORDS

Examples:

good morning
line
tea
promises
my phone number is 12345

Sample Utterances

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