alexa-samples / skill-sample-python-fact

An Alexa Skill Sample showing how to build a fact skill in Python.
Other
120 stars 154 forks source link

Wrong tutorial - New Intends doesn't work #14

Closed utest1909 closed 5 years ago

utest1909 commented 5 years ago

Following this tutorial results in these problems:

Submitting it to publish gets refused with that comment: The example phrases that you choose to present to users in the Alexa app must be selected from your sample utterances. For example: "Alexa, ask {your invocation name} to {sample utterance present in your intent}."Please see our documentation for more information on ensuring your sample utterances support invocation phrases. Please also see our blogpost for more guidance on creating example phrases.

franklin-lobb commented 5 years ago

There was an error in the canHandle intent name check. This has been fixed.