I have build a custom skill with https endpoints. I created invocation name, intent (sample utterances) and endpoint correctly. When I use Test Tab in console to test my skill, alexa cannot recognise my skill invocation name.
When I say "open <invocation name>", alexa say "I found a few matches for that."
When I say "ask <skill invocation name> <a sample intent utterance>", alexa say "Hmm, I have a few skills that can help."
I also try turning test mode off and then go and rebuild the skill after saving the invocation name again, but it is not worked.
Did I set something wrong? Can anyone give me some suggestion?