TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What tech stack can be used for building chatbot framework like api.ai?

19 点作者 worldexplorer将近 8 年前
a basic version of api.ai

6 条评论

vorpalhex将近 8 年前
Any tech stack will work. That being said, I&#x27;d optimize for something that has enough power for NLP, but still makes it easy to work with sometimes unreliable chat services. Javascript and Python are both common options, Go and Elixir would be newer more experimental choices.<p>There is nothing about a chatbot like framework that precludes any given technology.
tzm将近 8 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;BotCube&#x2F;awesome-bots#nlp-tools-engines-sdks-frameworks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;BotCube&#x2F;awesome-bots#nlp-tools-engines-sd...</a><p>Superscript: <a href="https:&#x2F;&#x2F;medium.com&#x2F;@rob_ellis&#x2F;superscript-ce40e9720bef" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@rob_ellis&#x2F;superscript-ce40e9720bef</a>
wtd将近 8 年前
There are quite a few good options out there. I&#x27;ve used two and they were both good. If you want to use the same bot for multiple platforms (Facebook, Slack, embedding on a page), I suggest Microsoft&#x27;s Botbuilder Framework. The only caveat is that the ability to connect to multiple platforms requires you connect to Microsoft&#x27;s (free) bot framework service.<p>The Bot Framework SDK comes in several flavors and is fairly robust: <a href="https:&#x2F;&#x2F;dev.botframework.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dev.botframework.com&#x2F;</a><p>Sample code: <a href="https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;BotBuilder-Samples" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;BotBuilder-Samples</a>
leoharsha2将近 8 年前
You can use any stack you want. But people mostly prefer node because of api.ai&#x27;s documentation in node and online help from forum,stackoverflow questions of api.ai using node.js
thorin将近 8 年前
Meteor.js would probably be the easiest start.
gii2将近 8 年前
Microsoft BOT Framework (dev.botframework.com) + LUIS - Language Understanding Intelligent Service - (luis.ai)