You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Is there possibility of creation of a simple two function API?
something like,
function get_bot_reply(reply){
return bot.reply
}
function chat_bot(string){
return get_bot_reply();
}
I think it could help programmatically interact with the bot.
Thanks