artificial intelligence - Using OOB tag in AIML with Pandorabots -


i'm new chatbots , i'm trying use oob tag in aiml (oob stands “out of band,” engineering term used refer activity performed on separate, hidden channel). i've tried use in pandorabots playground, this:

<category>     <pattern>search *</pattern>     <template>here found on google. <oob><search><star/></search></oob>     </template> </category> 

so, when talking bot:

human: search chatbots. bot: here found on google. <oob><search>chatbots</search></oob> 

as can see, i'm getting tag. how should work? expect parsed in way can trigger web browser in app!

maybe i'm wrong , pandora won't parse tag me , have myself when getting response?

my idea use api /talk resource in future app.

the oob tag cannot used in online hosting. can used along side local hosting program, , works best on mobile devices. if want more info on how incorporate tag vpas (bots used in same way apple's siri), info on "callmom" pandorabots server. (you know this, i'm making sure.)

ps: should move post ai stack exchange, may lot more, better answers.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -