Hi all,
I finally have a working chat bot. I have incorporated program-AB as a library in a language called quorom. See https://quorumlanguage.com/ for more information. My bot can receive basic questions and answer them. It is a domain specific bot on information security. I have created an AIML file that contains some of the questions but the bot does not know everything. If it does not know the answer, I want the bot to go to a search engine (I am thinking duckduckgo for now) and give whatever answer it finds. Once the robot gets the answer, I want it to log the question and the answer it has found. I then plan to review the log and manually add categories and answers for now. How do I get the bot to go to a search engine? Yes, I have seen the * wildcard but what happens if my user enters multiple terms? The <star> tag appears to only pick up the first word.
I am running the bot on a computer running windows. I may move it to Linux but I do not see it becoming a mobile phone application.
Pranav