C#和Microsoft Bot Framework问题 [英] C# and Microsoft Bot Framework Question

查看:65
本文介绍了C#和Microsoft Bot Framework问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是C#的新手,但真的很喜欢学习它.我对node.js和javascript知之甚少.我想做的是使用MS Stack为接下来几个月我拥有的网站构建一个简单的tbot.  当然, 我知道MS将为MS Bot Framework同时支持C#和node.js,因此我可以使用C#.  

I'm a relative newbie to C# but am really enjoying learning it.  I know very little about node.js and javascript.  What I want to do is build a simple tbot for a web site that I have over the next few months using the MS Stack.  Of course, I know that MS is going to support both C# and node.js for the MS Bot Framework, so I could use C#.  

不过,我注意到的是,似乎有更多的在线示例和文章提供有关使用node.js构建基于MS工具的bot的信息.  所以我的问题是: 是否出于某些原因我应该使用node.js来构建机器人 的C#?  可能会有更多的信息和在线的基础设施"出于某些我可能不是新手的原因而使用node.js构建机器人的信息?

What I have noticed, though, is that there seem to be more online giving examples and articles about building an MS tool-based bot using node.js.  So my question is this:  is there some reason that I should be using node.js for building a bot instead of C#?  Will there probably be more information and online "infrastructure" about bot building using node.js for some reason that I might not understand as a newbie?

此外,如果有人知道MS/MSDN板在chatbot框架和其他相关主题上的位置,我将不胜感激.  我找不到它.

Also, if anyone knows where the MS / MSDN board is for the chatbot framework and other related topics, I would appreciate knowing it.  I could not find it.

推荐答案

嗨clm2,

谢谢您在这里发布.

>> 可能会有更多信息和在线基础设施"信息出现在网站上.关于使用node.js构建机器人 我可能不了解新手的某些原因?

>>So my question is this:  is there some reason that I should be using node.js for building a bot instead of C#?  Will there probably be more information and online "infrastructure" about bot building using node.js for some reason that I might not understand as a newbie?

用于Node.js的机器人构建器是一个强大的框架,可用于构建可以处理自由形式的交互和更多有指导性的bot的机器人.向用户明确显示了各种可能性.它 易于使用,并且可以对Express& amp;等框架进行建模重新验证以为开发人员提供一种熟悉的方式来编写Bot.

Bot Builder for Node.js is a powerful framework for constructing bots that can handle both freeform interactions and more guided ones where the possibilities are explicitly shown to the user. It is easy to use and models frameworks like Express & Restify to provide developers with a familiar way to write Bots.

具有高级功能:

  • 强大的对话框系统,具有可隔离且可组合的对话框.
  • 内置提示提示简单的内容,例如Yes/No,字符串,数字,枚举.
  • 使用功能强大的AI框架的内置对话框LUIS.
  • 机器人是无状态的,这有助于
  • 机器人可以在上面运行几乎所有的机器人平台,例如Microsoft Bot Framework,Skype和Slack.
  • Powerful dialog system with dialogs that are isolated and composable.
  • Built-in prompts for simple things like Yes/No, strings, numbers, enumerations.
  • Built-in dialogs that utilize powerful AI frameworks like LUIS.
  • Bots are stateless which helps them scale.
  • Bots can run on almost any bot platform like the Microsoft Bot Framework, Skype, and Slack.

有关更多详细信息,请参阅 MSDN文章.

For more details, please refer to the MSDN article.

>>

>>Also, if anyone knows where the MS / MSDN board is for the chatbot framework and other related topics, I would appreciate knowing it. 

您可以参考此 Bot代码示例.

You could refer to this Bot Code Examples.

它讨论了PHP,Java,Python,C#等示例.

It talks about the Examples for PHP, Java, Python, C# and so on.

我希望这会对您有所帮助.

I hope this would be helpful to you.

最好的问候,

温迪


这篇关于C#和Microsoft Bot Framework问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆