I am developing a Virtual Assistant bot for Android (similar to Pandorabots Callmom) for my academic project.
Till now I could make my bot to reply like a chatbot using AIML files using Program AB.
I used this tutorial for reference: https://medium.com/@harivigneshjayapalan/android-baking-a-simple-chatbot-in-30-minutes-aiml-ff43c3269025#.drkiywk14
But when I ask it to search android it replies I’ll try a web search <oob><search>android</search></oob>. It just shows the oob tag associated with the action instead of performing it.
Can anyone please help me solve my problem?