shashankpr / DobbyBot

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

Speech Termination #28

Open shashankpr opened 7 years ago

shashankpr commented 7 years ago

Do you want to request a feature, report a bug, or ask a question about wit? Bug What is the current behavior?

The conversation is terminated in few steps. There is no "Always Listening"

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.

Wit issues "stop" command for some of the contexts. When such command is reached, the network connection is reset.

What is the expected behavior? The code should be always listening and should terminate on user's command.