0

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?

Here is a screenshot of the problem

I am using the AIML files provided in this archive.

Sanket B
  • 1,070
  • 1
  • 9
  • 23

2 Answers2

0

It looks like you have not closed the <srai> tag before opening the <oob> tag. Please post your code.

sindhu_sp
  • 749
  • 5
  • 12
-1

I wrote my own code which scans the file line-by-line and does my work.

Sanket B
  • 1,070
  • 1
  • 9
  • 23