简体   繁体   English

Botium - Google Assistant Connector - 错误为空响应而响应不为空

[英]Botium - Google Assistant Connector - Error empty response while response ins't empty

I am using botium box and configured a Google Assistant Connector.我正在使用 botium box 并配置了 Google Assistant Connector。
When I run a test case, I encounter the following botium core error:当我运行测试用例时,遇到以下 botium core 错误:

Empty response, configuration, or start utterance Parler avec test app name invalid :
{ 
  micOpen: true,
  textToSpeech: [],
  displayText: [],
  ssml:
   [ "<speak><s>In order to purchase a product, please contact our support.</s><s>Can I do anything else for you ?</s></speak>" ],
  suggestions: [] 
}

However, as you can see, the response is not empty as it contains my actions' answer in the ssml array and since my actions answers correctly the start utterance seems correct.但是,正如您所看到的,响应不是空的,因为它在 ssml 数组中包含我的操作答案,并且由于我的操作正确回答了开始话语似乎是正确的。

Any idea on why botium core considers this answer to be an error?知道为什么 botium core 认为这个答案是错误的吗?

Thanks !谢谢 !

The Botium Google Assistant Connector currently only supports the "textToSpeech" element. Botium Google Assistant Connector目前仅支持“textToSpeech”元素。 There are some amendments planned for december release, the SSML support will be one of them.计划在 12 月发布一些修正,SSML 支持将是其中之一。

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

相关问题 Botium是否有Slack连接器? - Is there a Slack connector for Botium? Botium Box 爬虫测试用例在 Watson Assistant 按钮上失败 - Botium Box crawler test case failing on Watson Assistant buttons 无法在使用 #include 的 Botium Watson Assistant 测试中包含部分对话 - Cannot include partial conversation in Botium Watson Assistant test with #include 如何指定我想要在 Botium Box 中的字符串之间完全匹配(Watson 助手) - How to specify that I want an exact match between strings in Botium Box (Watson Assistant) 如何使用Google Chrome在无头模式下运行botium-cli - How to run botium-cli in headless mode using google chrome 我们如何在 Botium Box 中设置代理,在“通用 HTTP(s)/JSON 连接器”中 - How we can set proxy in Botium Box, in “Generic HTTP(s)/JSON Connector” Botium在我的测试电子表格中找不到部分convo - Botium can't find partial convo in my test spreadsheet 茉莉花触发搜索成员函数,但无法获得任何响应或错误 - Jasmine trigger the search member function but can't get any response or error Botium文件上传错误-“ Excel注册失败-字段文件内容的值太长” - Botium file upload error - “Excel registration failed - Value for field filecontent is too long” Testcafe:如何在 4xx 或 5xx 响应中出错? - Testcafe: How to error on 4xx or 5xx response?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM