TypeError:无法读取DialogflowConversation.response上未定义的属性'simpleResponse'

时间:2019-02-09 00:09:03

标签: dialogflow actions-on-google dialogflow-fulfillment

因此,在使用“ Google上的动作”和“ dialogflow”玩游戏之前,我已经多次遇到TypeErrors了,但是,根据我的理解,此属性不是我的代码而是“ DialogflowConversation”。因此我无法理解可能未定义的内容...

以下是错误消息的其余部分:

"TypeError: Cannot read property 'simpleResponse' of undefined
at DialogflowConversation.response (/user_code/node_modules/actions-on-google/dist/service/actionssdk/conversation/conversation.js:261:25)
at DialogflowConversation.serialize (/user_code/node_modules/actions-on-google/dist/service/dialogflow/conv.js:159:129)
at Function.<anonymous> (/user_code/node_modules/actions-on-google/dist/service/dialogflow/dialogflow.js:157:
at next (native)
at fulfilled (/user_code/node_modules/actions-on-google/dist/service/dialogflow/dialogflow.js:19:58)
at process._tickDomainCallback (internal/process/next_tick.js:135:7)"

0 个答案:

没有答案