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
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