creating dialogflow v2 project with serverless
问题 Having issues trying to run a new AWS/Serverless/Dialogflow project. I am sure it is something simple that I am just not seeing. Steps Created initial project using: serverless create --template aws-nodejs-typescript moved handler.js to src/ & updated serverless.yml npm installed actions-on-google followed the actions-on-google example and updated src/handler.js import { dialogflow, Image } from 'actions-on-google'; const app = dialogflow({debug: true}); app.intent("test.intent", (conv) => {