TypeError: Невозможно прочитать свойство 'simpleResponse' из неопределенного в DialogflowConversation.response
Поэтому я много раз сталкивался с TypeErrors при игре с action-on-google и dialogflow, однако это свойство получено из того, что я могу понять не в моем коде, а в диалоге 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)"