Description:
The framework throws an error when trying to use the AMAZON.SelectIntent built-in intent
Environment:
- Version:
- OS: Mac
- Node version: 8
Steps To Reproduce
Steps to reproduce the behavior:
- Create a test with this intent:
reply = await platform.intend('AMAZON.SelectIntent', { ListPosition: '3' });
Expected behavior
virtual-alexa should return an intent request for AMAZON.SelectIntent with the slot value I defined in the slots. It could be one of the 4 intents allowed
Actual behavior
It returns the following error: Error: Trying to add slot to intent that does not have any slots defined
Code example
reply = await platform.intend('AMAZON.SelectIntent', { ListPosition: '3' });