简体   繁体   English

我们可以自动化聊天机器人的会话流吗?

[英]Can we automate the conversational flow of a chatbot?

Is there a way to automate the conversational flow of chatbot? 有没有办法自动化聊天机器人的会话流程? ie, testing a conversation between the chatbot and end user. 即,测试聊天机器人和最终用户之间的对话。

I have been working in testing a chatbot. 我一直在测试聊天机器人。 And doing Research on automation tools or practices available for testing the chatbot. 并研究可用于测试聊天机器人的自动化工具或实践。

no code available. 没有可用的代码。 have been working on ready available tool botium box. 一直致力于现成的工具博物箱。

Botium Box is exactly for automated testing of the conversational flow of a chatbot. Botium Box完全用于自动测试聊天机器人的会话流。

Here is the “Hello, World!” of Botium for testing a simple two-step conversation (question - response): 以下是Botium的“Hello,World!”测试一个简单的两步对话(问题 - 响应):

#me
hello bot!

#bot
Hello, meat bag! How can I help you ?

You can do the same in an Excel file as well, it looks like this: 您也可以在Excel文件中执行相同的操作,它看起来像这样: 在此输入图像描述

For further lecture, I recommend the Botium in a Nutshell blog series, and the Botium Wiki 对于进一步的讲座,我推荐Butsium in a Nutshell博客系列和Botium Wiki

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 MS Excel 中导入 xml 文件 - 我们如何使用 Python 或任何其他编程语言自动化此流程? - Importing xml file in MS Excel - How can we automate this flow using Python or any other programming language? 我们可以在 Azure 中自动化 ETL 吗? - Can we automate ETL in Azure? 我们是否可以脚本化和自动化浏览器,最好使用.Net? - Can we script and automate a browser, preferably with .Net? 我们可以在android中自动执行“呼叫接收”功能吗? - Can we automate “Call Receiving” feature in android? 我可以将“Power Automate 流程”打包到一个文件中吗? - Can I wrap up 'Power Automate flow' into a file? 我们可以通过Selenium或QTP实现绿屏自动化吗? - can we automate Green Screen through Selenium or QTP? 我们可以自动化 Citrix Program Neighbourhood 下可用的应用程序吗? - Can we automate Application available under Citrix Program Neighbourhood? 我们可以使用UFT 12.0自动测试.apk(Android)应用程序吗 - can we automate testing of .apk(Android) applications using UFT 12.0 我们如何在python脚本中自动进行用户交互 - How can we automate the user interaction in python script 我们能否自动化ESRI Windows应用程序映射 - can we able to automate ESRI windows application map
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM