I want to specify the different words that can invoke a skill.
I know that I can run my skill with:
[start | tell | begin | open...] [Skill_Name]
But what if I want to add another word, like:
Spin [Skill_name]
The best I've found till now is this:
https://developer.amazon.com/docs/custom-skills/choose-the-invocation-name-for-a-custom-skill.html
But it doesn't say how to add new words.
Any ideas?