add text response property.
This commit is contained in:
parent
d8ae97c81e
commit
3e15eba11f
|
|
@ -18,6 +18,8 @@ namespace BotSharp.Platform.Models.AiResponse
|
|||
|
||||
public string Source { get; set; }
|
||||
|
||||
public string Text { get; set; }
|
||||
|
||||
public double Score { get; set; }
|
||||
|
||||
public List<NlpEntity> Entities { get; set; }
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@ The Open Source AI Chatbot Platform Builder
|
|||
.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true
|
||||
|
||||
|
||||
This project is for learning purposes only, please do not use it in a production environment.
|
||||
**********************************************************************************************
|
||||
|
||||
*"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."*
|
||||
|
||||
**BotSharp** is an open source machine learning framework for AI Bot platform builder. This project involves natural language understanding, computer vision and audio processing technologies, and aims to promote the development and application of intelligent robot assistants in information systems. Out-of-the-box machine learning algorithms allow ordinary programmers to develop artificial intelligence applications faster and easier.
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true
|
||||
|
||||
本项目用于学习和交流人工智能聊天机器人平台构建的相关技术,本人对于任何用于生产环境而产生的风险和损失不负责任
|
||||
**************************************************************************************************
|
||||
|
||||
*"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue