Saturday 16 September 2017

Serverless + Chatbots?

Hi /r/nodeI'm curious: is it possible to implement a chatbot on a static webpage that could, for example, process booking requests (for any old service - say a hairdresser appointment)?If the chatbot interfaced with an relational database to check if the end-user is a previous client (say based on their phone number submitted in a form), this would probably require sessions correct, and couldn't be achieved using lambda/cloud functions etc? As it would require multi-stage submissions. It would also need to interface with google's calendar api.Just curious if anyone's tackled this sort of thing before.

Submitted September 16, 2017 at 08:16AM by ajc820

No comments:

Post a Comment