To run this project, you will need to add the following environment variables to your .env file
API_KEY
from Dialogflow api services on google cloud
To deploy this project run
npm src/main.js
postman for post requests on https://localhost:3000/dialog
use rawn json as :
{
"queryText": "<your query>"
"sessionId": "<specified session id>"
"languageCode": "<your language code>"
}