You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the NodeJs solution. Included my DirectlineSecret of my Microsoft-Bot in the
var DirectlineSecret = ".................................";
app.use(actionsOnGoogleAdapter(DirectlineSecret).router);
but I am getting the following error:
TypeError: Cannot read property 'toLowerCase' of null
at continueConversation (\bot-framework-actions-on-google\lib\fulfilment.js:71:36)
at \bot-framework-actions-on-google\lib\fulfilment.js:122:5
at ActionsSdkApp.handleRequestAsync (actions-on-google\assistant-app.js:511:29)
at ActionsSdkApp.handleRequest (actions-on-google\assistant-app.js:419:10)
at bot-framework-actions-on-google\lib\fulfilment.js:135:9
at Layer.handle [as handle_request] (express\lib\router\layer.js:95:5)
at trim_prefix (\express\lib\router\index.js:317:13)
at express\lib\router\index.js:284:7
at Function.process_params \express\lib\router\index.js:335:12)
at next (express\lib\router\index.js:275:10)
Please help me with this issue.
Kind Regards,
Ragha
The text was updated successfully, but these errors were encountered:
Hi,
I tried the NodeJs solution. Included my DirectlineSecret of my Microsoft-Bot in the
var DirectlineSecret = ".................................";
app.use(actionsOnGoogleAdapter(DirectlineSecret).router);
but I am getting the following error:
TypeError: Cannot read property 'toLowerCase' of null
at continueConversation (\bot-framework-actions-on-google\lib\fulfilment.js:71:36)
at \bot-framework-actions-on-google\lib\fulfilment.js:122:5
at ActionsSdkApp.handleRequestAsync (actions-on-google\assistant-app.js:511:29)
at ActionsSdkApp.handleRequest (actions-on-google\assistant-app.js:419:10)
at bot-framework-actions-on-google\lib\fulfilment.js:135:9
at Layer.handle [as handle_request] (express\lib\router\layer.js:95:5)
at trim_prefix (\express\lib\router\index.js:317:13)
at express\lib\router\index.js:284:7
at Function.process_params \express\lib\router\index.js:335:12)
at next (express\lib\router\index.js:275:10)
Please help me with this issue.
Kind Regards,
Ragha
The text was updated successfully, but these errors were encountered: