npm install -g alexa-skill-test
Alexa Skill Test works off one command:
alexa-skill-test [--path] [--interaction-model]
--path
let's you optionally specify a relative path to your skill. --interaction-model
let's you optionally specify a relative path to your interaction model.
lambda-pipeline-repo
The following are some of the intents in this Alexa skill
Used to determine who is interacting with the skill. This is requested after launching the skill.
- username: The name of the user interacting with the skill
- “My name is {username}”
- “Name is {username}”
- “{username}”
- “{username} is my name”
- “{username} is me”
- “Welcome {username} to Hack the Machine Team 2”
Used to learn more information about SoftWidget
- “Information about SoftWidget”
- “Tell me about the company”
- “Tell me about SoftWidget”
- “What is SoftWidget?”
- “Okay, SoftWidget Inc is a consumer product company established in 2017. The company has […]”
Used to purchase a product from SoftWidget
- product
- “Purchase {product}”
- “Purchase {product} for me”
- “I want to purchase {product}”
- “I’d like to purchase {product}”
- “Let me know the quantity you would like to purchase”