@chatopera/sdk
Advanced tools
Comparing version 2.5.8 to 2.5.9
{ | ||
"name": "@chatopera/sdk", | ||
"version": "2.5.8", | ||
"version": "2.5.9", | ||
"description": "低代码或无代码方式定制智能对话机器人,https://bot.chatopera.com", | ||
@@ -16,3 +16,6 @@ "main": "index.js", | ||
"chatbot", | ||
"question-and-answering" | ||
"question-and-answering", | ||
"bot", | ||
"nlp", | ||
"nlu" | ||
], | ||
@@ -19,0 +22,0 @@ "author": "Chatopera <info@chatopera.com>", |
@@ -98,3 +98,3 @@ # Chatopera Node.js SDK | ||
在命令行终端发布脚本文件到[多轮对话](https://docs.chatopera.com/products/chatbot-platform/conversation.html)中。 | ||
在命令行终端发布脚本文件到[多轮对话](https://docs.chatopera.com/products/chatbot-platform/conversation/index.html)中。 | ||
@@ -142,3 +142,3 @@ ``` | ||
`plugin.js` 是`函数`,参考[说明文档](https://docs.chatopera.com/products/chatbot-platform/conversation.html#%E5%A4%9A%E8%BD%AE%E5%AF%B9%E8%AF%9D%E8%AE%BE%E8%AE%A1%E5%99%A8)。 | ||
`plugin.js` 是`函数`,参考[说明文档](https://docs.chatopera.com/products/chatbot-platform/conversation/function.html)。 | ||
@@ -145,0 +145,0 @@ 快速开始参考[示例程序](https://github.com/chatopera/chatbot-samples):[活动通知](https://github.com/chatopera/chatbot-samples/tree/master/projects/%E6%B4%BB%E5%8A%A8%E9%80%9A%E7%9F%A5)。 |
279765