簡體   English   中英

Botium - Google Assistant Connector - 錯誤為空響應而響應不為空

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

我正在使用 botium box 並配置了 Google Assistant Connector。
當我運行測試用例時,遇到以下 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: [] 
}

但是,正如您所看到的,響應不是空的,因為它在 ssml 數組中包含我的操作答案,並且由於我的操作正確回答了開始話語似乎是正確的。

知道為什么 botium core 認為這個答案是錯誤的嗎?

謝謝 !

Botium Google Assistant Connector目前僅支持“textToSpeech”元素。 計划在 12 月發布一些修正,SSML 支持將是其中之一。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM