我想建立一個alexa定製技能。我面臨的一個問題是,我試圖從用戶那裏獲得技術問用戶的問題的答覆。 User : Tell me marks of student1 ?
Alexa: Subject
User: Maths
Alexa : student1 marks in maths is {xyz}
,或者如果用戶犯規給任何輸入: User : Tell me marks of stu
我想用Alexa技能建立封閉的對話模型。這個例子的要求是 Man: Alexa, what is the price of product1
Alexa: The price of product1 is 89 USD
Man: What is the size of it?
如果我問大小意圖藉助「它」,而不是產品名稱,如何ALEXA會明白的「它」是該產品的含義是什麼?
我寫了一個在我自己的服務器上運行的alexa-Skill。 everthing looks good at developer.amazon配置似乎沒問題。 此外,我可以在菜單中使用「測試」服務模擬器一切都很好。我從我的服務器得到響應可以調用Intents,看起來一切正常。 現在我給了我測試免費的beta測試。使用邀請鏈接將技能添加到我的列表並將其設置爲活動狀態。 這裏出現了奇怪的部分,如果試圖用