gpt4 book ai didi

node.js - 使用 DirectLine 和网络聊天 (Node.js) 在 bot-framework v4 中发送打字指示符

转载 作者:行者123 更新时间:2023-12-02 16:34:47 24 4
gpt4 key购买 nike

Microsoft 机器人框架的官方文档 SDK v4不演示如何发送打字指示符(而 v3 has these instructions )。我正在使用 DirectLine 和 botframework-webchat。

我该怎么做?谢谢!

最佳答案

您可以通过发送 typing 类型的事件来发送打字指示符。详细了解如何 send a typing indicator .

await context.sendActivities([
{ type: ActivityTypes.Typing },
{ type: 'delay', value: 3000 },
{ type: ActivityTypes.Message, text: 'Finished typing' }
]);

还有showTypingMiddleware可用于自动发送打字指示符。如果您正在寻找更多示例代码,此代码片段还将展示如何发送输入指示符。

关于node.js - 使用 DirectLine 和网络聊天 (Node.js) 在 bot-framework v4 中发送打字指示符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53582445/

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