drexelai / isss-chatbot

Repo for the development of a chat box for international students. Current implementation is on Slack https://bit.ly/drexel-ai
0 stars 0 forks source link

Integrate backend engine to the front end UI container #9

Open ya332 opened 5 years ago

ya332 commented 5 years ago

UI container is already created. ChatterBot engine is also successfully sending the API calls back to when called. The issue is two programs live independently form each other. We need to integrate the API callbacks to theUI container so that ChatBot feeling is alive.

quanglddev commented 5 years ago

You mean using JavaScript to update UI container?

ya332 commented 5 years ago

Yes, we need to update the UI dynamically with JS.

quanglddev commented 5 years ago

I'll take a look after dialogflow conversion (attempt, if agreed).