I have an Intent that is a sentence like:
Tell us about {Topic}
A topic could be a few things from a list (custom slot type), each item can be between 1 and 3 words.
- When I open the skill first ("Alexa, open Skill Name"), and then test it with all topics on Echo (voice) or via the service simulator (text), it works.
- When I invoke the skill with an intent ("Alexa, ask Skill Name to tell us about Topic"), and test it with all topics using the text service simulator on the portal - it works.
- But when I invoke the skill with an intent, and test it with Echo (voice) - only some of the topics work and the other fail to be recognized.
Any hint will be greatly appreciated. Thank you.