Hi all,
What I want to do is that if the robot does not have a response, it should look up whatever the user typed in and send it to a search engine. Is this possible to do? This could be the response of the default category.
I am planning to use duckduckgo as a platform. Its instant answer API is easy to use and free.
In my template I want something like
http://api.duckduckgo.com/?q=“text of what the user said”&format=xml&no_html=1
Pranav