Botium - Google Assistant Connector - 错误为空响应而响应不为空
Botium - Google Assistant Connector - Error empty response while response ins't empty
我正在使用 botium box 并配置了一个 Google Assistant Connector。
当我 运行 一个测试用例时,我遇到以下 botium 核心错误:
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: []
}
但是,如您所见,响应不是空的,因为它在 ssml 数组中包含我的操作答案,并且由于我的操作正确回答了开始话语似乎是正确的。
知道为什么 botium core 认为这个答案是错误的吗?
谢谢!
Botium Google Assistant Connector目前只支持"textToSpeech"元素。计划在 12 月发布一些修正,SSML 支持将是其中之一。
我正在使用 botium box 并配置了一个 Google Assistant Connector。
当我 运行 一个测试用例时,我遇到以下 botium 核心错误:
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: []
}
但是,如您所见,响应不是空的,因为它在 ssml 数组中包含我的操作答案,并且由于我的操作正确回答了开始话语似乎是正确的。
知道为什么 botium core 认为这个答案是错误的吗?
谢谢!
Botium Google Assistant Connector目前只支持"textToSpeech"元素。计划在 12 月发布一些修正,SSML 支持将是其中之一。