gpt4 book ai didi

botframework - 在聊天机器人中输入指示符

转载 作者:行者123 更新时间:2023-12-04 17:32:17 26 4
gpt4 key购买 nike

nodejs中bot框架的输入指示器

你好,

我正在使用 microsoft bot framework v4, node js,我需要在聊天机器人中实现输入。在发送原始响应之前,机器人应该响应 like(...) 作为响应。
我在这里看到了代码 Send a typing indicator in bot-framework v4 using DirectLine and webchat (Node.js)

代码在本地运行良好,但是当我将它部署到 azure 时,typing(...) 没有出现,我可以看到 azure 中的响应延迟了 3 秒。

我的代码

await step.context.sendActivities([
{ type: 'typing' },
{ type: 'delay', value: 3000 },

]);`

谢谢
桑吉夫·高塔姆

最佳答案

感谢您的帮助和建议。我改了 webSocket:真,在 chatter.html 的 botConnection 中并解决了我的目的。之前是 webSocket:false。

 var botConnection = new BotChat.DirectLine({
secret: model.secret,
token: model.token,
domain: model.directLineUrl,
webSocket: true,
conversationId: getPersistedConversationId(),
watermark: 0
});

谢谢
桑吉夫·高塔姆

关于botframework - 在聊天机器人中输入指示符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58518661/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com