“Alexa, open Mighty Righty” - works /// “Alexa, ask Mighty Righty who is right, me or my husband” doesn't work (hmm, I don't know that one)

前端 未结 1 730
南旧
南旧 2021-01-22 15:15

My published skill can be invoked by \"Alexa, open Mighty Righty,\" but it won\'t work if a user says \"Alexa, ask Mighty Righty who is right, me or my husband,\" how to do tha

相关标签:
1条回答
  • 2021-01-22 15:42

    This error message of "Hmm, I don't know that" is delivered when Alexa cannot understand the input outside of a skill, and so does not recognize what you are asking or what skill to use. So it shouldn't be an error with the slots or intents.

    When Alexa captures voice input, it does not insert any punctuation, and the punctuation such as commas seem to break Alexa's ability to understand the input.

    So when using the Alexa Console test chat, do not write any punctuation into the text input.

    And when testing with voice, pronounce your input clearly and double check your logs to view how Alexa interpretted the voice. The more you use your skill, the better Alexa should learn to capture the key words correctly.

    0 讨论(0)
提交回复
热议问题