我是聊天机器人的新手,我开始关注AIML和Pandorabots的想法,将其API集成到我的应用程序中。
经过一番阅读,我不确定这是不是最好的选择。我想做的就是这样(想想我的应用程序是书店):
Human: Show me the latests books.
Bot: Ok, here you can find the latest books.
我想在这里作为回复也是动作“显示”和“最新”,因此应用程序将知道该怎么做:显示最新书籍的列表。
这可能吗?
答案 0 :(得分:0)
这样做有OOB标记。
像这样:
<category>
<pattern>SEARCH FOR *</pattern>
<template>Here is what I found on Google. <oob><search><star/></search></oob></template>
</category>
了解更多信息:https://medium.com/pandorabots-blog/using-oob-tags-in-aiml-part-i-21214b4d2fcd