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

Certification not passed #13

Closed vj68 closed 5 years ago

vj68 commented 5 years ago

I used the same procedure. I only changed the data(facts)

I got the following feedback. 1) After the skill completes a task, the session remains open with no prompt to the user. The skill must close the session after fulfilling requests if it does not prompt the user for any input. 2) When invoking the skill with one or more of the intent(s) or sample utterances, the skill’s response is irrelevant to the request or contains an error.

franklin-lobb commented 5 years ago

hi @rajurajvijay619 - the only places I see in the code which use the .ask function (which will keep the session open) have a question in the message and reprompt. Have you updated those strings in addition to update the data/facts?

Regarding the second item, the example phrases should be updated as the ones included are relevant to space facts, so if you updated your skill to be dog fact, an example request of 'tell me a space fact' wouldn't be relevant to the skill. What are the example phrases? It'll be easier to help with that information.

franklin-lobb commented 5 years ago

closed due to age.