【发布时间】:2019-08-27 03:42:58
【问题描述】:
亚马逊告诉“提交未能通过认证过程”。
如果我在 speak 和 repromt 中重复相同的文本
.speak(speechOutput)
.reprompt(speechOutput)
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.
Steps To Reproduce:
User: "Alexa, öffne blick analytics"
Skill: "Blick Analytics gestartet. Du bist nicht authentifiziert. Nenne die Parole!"
User: "XXX"
Skill: "Parole richtig, du bist authentifiziert."
User: "wieviele besucher hatten wir gestern"
Skill: "Gestern hatten wir X Millionen Nutzer. Juhuu, das ist X Prozent über dem Tagesziel." and the session remains open.
Please ensure that the session only remains open when the user is prompted for input.
如果我删除 repromt 功能,它会失败
The skill prompts users for an input then immediately closes the session. Make sure the session remains open anytime users are prompted for inputs.
Steps To Reproduce:
User: "Alexa, starte blick analytics"
Skill: "Blick Analytics gestartet. Los gehts."
User: "zahlen gestern"
Skill: "Wir hatten X Millionen Seitenaufrufe. Das ist X Prozent vom Tagesziel entfernt mit dem wir Nummer 1 werden. Sag WEITER für mehr."
And the session gets closed.
保持会话打开的正确输出是什么?
【问题讨论】:
标签: node.js amazon alexa alexa-skills-kit alexa-app