Text input field that works with mobile and animates user input text when Enter key pressed
User input destroys options buttons, also is able to interrupt chatbot
Chat bot can restart conversation from any point that's referenced in this.talk() params
A custom function can be called on user input, that function receives input text, current conversation JSON and the last point in the current conversation JSON active
A sample function that matches text of user input to the options within the bubbles and automatically picks the match if found