shashankpr / DobbyBot

This is a Python implementation of Chatbot using Messenger and Wit.ai.
MIT License
0 stars 0 forks source link

Wit Bot asks for Names repeatedly #8

Closed shashankpr closed 7 years ago

shashankpr commented 7 years ago

User names are asked again and again when same question is asked. Instead, for a given user session, the bot should remember the name of the user.

shashankpr commented 7 years ago

Fixed in the migration to /message endpoint.

Refer pull request #37