manthanhd / talkify

Talkify is an open source framework with an aim to standardize and model conversational AI enabling development of personal assistants and chat bots. The mission of this framework is to make developing chat bots and personal assistants as easy as spinning up a simple website in html.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept single message object with callback as optional argument for resolve method.

manthanhd opened this issue · comments

Currently resolve method supports this:

bot.resolve(id, text, callback);

It should also support this:

bot.resolve(messageObject, callback);