Template for Dialogflow Bot build with TypeScript
git clone https://github.com/the-mes/dialogflow-bot-typescript-starter.git
cd dialogflow-bot-typescript-starter
- Copy
env.example.json
file toenv.json
- Set environment variables in
env.json
cd functions
npm i
# Or, use yarn
yarn
npm start
# Or, use yarn
yarn start
This project is licensed under the MIT License © 2021-present Jakub Biesiada