Hi,
I’m new to chatbots and I’m trying to use the OOB tag in AIML. I’ve tried to use it in pandorabots playground site, like this:
<category>
<pattern>SEARCH FOR *</pattern>
<template>Here is what I found on Google. <oob><search><star/></search></oob>
</template>
</category>
So, when talking to the bot:
Human: Search for chatbots.
Bot: Here is what I found on Google. <oob><search>chatbots</search></oob>
As you can see, I’m also getting the tag. Is that how it should work? I expect to get it already parsed in some way so I can get the search term easily!
My idea is to use its API with the /talk resource in my future App.
Thanks.