【发布时间】:2018-01-24 00:51:03
【问题描述】:
目前,我正在寻找支持创建多个机器人(及其功能)的开源聊天机器人引擎或聊天机器人框架。有人可以给我任何建议吗?
谢谢 :D
【问题讨论】:
标签: artificial-intelligence bots chatbot agent
目前,我正在寻找支持创建多个机器人(及其功能)的开源聊天机器人引擎或聊天机器人框架。有人可以给我任何建议吗?
谢谢 :D
【问题讨论】:
标签: artificial-intelligence bots chatbot agent
API.AI 允许您创建任意数量的机器人(API.AI 称它们为代理)。 API.AI还有integrations with 14 platform major chat and voice platforms including the Google Assistant, Facebook Messenger, Slack, and Alexa和16 open source SDKs to integrate into your own apps。
一旦 API.AI 对用户的意图进行分类并从用户的查询中提取任何参数 API.AI 发送结构化数据以及 intent、parameters 和您可能需要的其他信息来满足用户对任何 URL 的请求用API.AI's fulfillment webhook 指定。这意味着您可以使用任何可以发送和接收 JSON 的服务器。
【讨论】: