Repository for Soft Widget Market Alexa Skill.
Alexa skill has an interaction model defining the words and phrases users can say to make the skill do what they want.
Intents use to call Lambda Functions to process the requests based on the given inputs. Lambda Function is a compute service provided by AWS and, runs only when required.
Here is the link to launch Alexa Skill's Developer Console.
- Invocation: open soft widget market
Intents are the handlers that are invoked against the utterances.
- what is the company about
- Tell me about the company
- product
- about product
- what is the product about
- what is the product
- tell me more about the product
- place order
- change my order
- modify order {order_number}
- update order {order_number}
- cancel my order
- cancel order {order_number}
- show orders
- show me all orders
- fetch all orders
- fetch orders
- get orders
- get all orders
- order number {order_number}
- what's the status of order with order number {order_number}
- tell me about order number {order_number}
- get order with order number {order_number}