我正在使用Botium盒子的商业版本。能够连接到Google对话机器人,并能够添加包含2个语音文件和1个convo文件的测试集。运行测试集时出现此错误(无法将语音文件发送到bot):
附加数字001:-与Bot手动聊天的屏幕截图。 enter image description here
错误:
Error: bot_first_reply/bot_first_reply-L1/Step 1 - tell utterance: error sending to bot
Error: Cannot send message to dialog flow container: {
Error: Deadline exceeded
at Http2CallStream.call.on (/app/agent/node_modules/@grpc/grpc-js/build/src/client.js:96:45)
at Http2CallStream.emit (events.js:202:15)
at process.nextTick (/app/agent/node_modules/@grpc/grpc-js/build/src/call-stream.js:71:22)
at processTicksAndRejections (internal/process/next_tick.js:74:9) code: 4, details: 'Deadline exceeded', metadata: Metadata { options: undefined, internalRepr: Map {} } }
at sessionClient.detectIntent.then.catch.err (/app/agent/node_modules/botium-connector-dialogflow/dist/botium-connector-dialogflow-cjs.js:704:16)