amartyaamp / NestorBot

A chatbot to handle common repetitive enterprise mail tasks to give more bandwidth to an individual increasing productivity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a state machine to control dialog flow

amartyaamp opened this issue · comments

This modules should define states and interchange states when an event occurs.
Must handle the below functionalities-

  • Should get intent and entities from frontend
  • on changing state, determine what message to send to user and what APIs to call in backend.

Closing with 7f68379