- The chatbot can be found here: CoViD19 Bot - AI4Bharat
npm i
npm run serve
npm install
npm run build
gcloud app deploy
(Optional)
- In GCP project, create a service account for Diaglogflow API with full access and download it as JSON.
- Go to Dialogflow Gateway Hosted by Ushakov.
- Signup and upload the Google cloud service JSON.
- Click on "Manage" and copy the Gateway URL.
- Paste the Gateway URL here.
export default {
gateway: 'https://dialogflow-web-v2.core.ushaflow.com'
[...]
}