Sendbird UIKit + Google Dialogflow
https://sendbird.com/docs/chat/v3/platform-api/guides/bot-interface https://github.com/googleapis/nodejs-dialogflow https://pm2.keymetrics.io/ 👍 (like forever module)
$ export GOOGLE_APPLICATION_CREDENTIALS='./agent-xxxx.json'
module.exports = Object.freeze({
ENTRYPOINT: "https://api-yyyy.sendbird.com/v3/bots",
TOKEN: "zzzz",
DIALOGFLOW_PROJECT_ID: "agent-xxxx",
});