Actions on google 代理突然离开对话,没有任何关于错误的指示

Actions on google 代理突然离开对话,没有任何关于错误的指示,actions-on-google,google-assist-api,Actions On Google,Google Assist Api,我一直在使用Google assistant进行一些工作,它工作得很好,但有时代理突然离开对话,错误视图和日志都没有任何关于发生了什么的迹象。我需要一个线索,为什么这个响应从未到达代理(假设它是在5秒内发送的)以及为什么日志中没有关于发生了什么的指示。有时,我的查询会直接指向通用谷歌搜索,这不是我期望用户得到的 从代理后端发送的响应如下 { "expectUserResponse": true, "expectedInputs": [ { "inp

我一直在使用Google assistant进行一些工作,它工作得很好,但有时代理突然离开对话,错误视图和日志都没有任何关于发生了什么的迹象。我需要一个线索,为什么这个响应从未到达代理(假设它是在5秒内发送的)以及为什么日志中没有关于发生了什么的指示。有时,我的查询会直接指向通用谷歌搜索,这不是我期望用户得到的

从代理后端发送的响应如下

{    "expectUserResponse": true,    "expectedInputs": [
       {
           "inputPrompt": {
               "initialPrompts": [],
               "noInputPrompts": [],
               "richInitialPrompt": {
                   "items": [
                       {
                           "simpleResponse": {
                               "textToSpeech": "Here is what I found. This product is manufactured by Carroll & Meynell. The retail    price of this product is 297.93 GBP. What would you like to do?. ",
                               "displayText": "Let me see what I can find for you. Here is what I found. This product is manufactured by    Carroll & Meynell. The retail price of this product is 297.93 GBP. it    also has 230 V ac Primary Voltage Rating, ±55 V ac Secondary Voltage    Rating, 3 kVA Power Rating, 27 A Output Current and CMHT Series. What    would you like to do?. "
                           }
                       },
                       {
                           "basicCard": {
                               "title": "Carroll & Meynell, 3kVA CMHT Safety Transformer, 230V ac, 27A",
                               "image": {
                                   "url": "https://test.com/t_large/R3996140-01.jpg",
                                   "accessibilityText": "Other Images"
                               },
                               "buttons": []
                           }
                       }
                   ],
                   "suggestions": [
                       {
                           "title": "Manufacturer Info"
                       },
                       {
                           "title": "Prices and Stock"
                       },
                       {
                           "title": "More Like This"
                       },
                       {
                           "title": "Accessories"
                       },
                       {
                           "title": "Product Alternative"
                       },
                       {
                           "title": "Warranty Info"
                       },
                       {
                           "title": "Technical Details"
                       },
                       {
                           "title": "Other Options"
                       }
                   ]
               }
           },
           "possibleIntents": [
               {
                   "intent": "actions.intent.TEXT"
               }
           ]
       }    
    ] 
}

@NickFelker同样的事情也发生在我身上,无论是在模拟器上还是在手机上。谷歌上的行为真的很糟糕,毫无条理,除此之外,我还为Facebook Messenger定制了同样的负载。我真的在考虑暂时不要碰谷歌的动作,因为它像地狱一样不稳定

这是在你的手机上发生的吗?在web模拟器中?@NickFelker此问题与simulator@NickFelker事实上,这两者都在发生。但我的试验是用模拟器进行的。我所寻找的只是日志中的一条线索,看看发生了什么,然后修复我的响应(如果有)issues@NickFelker这真的很烦人,我让代理更频繁地退出对话,而没有任何错误指示。请帮忙。好的,你能和我的电子邮件分享这个项目吗fleker@google.com我看看能不能复制你的问题?