简体   繁体   English

Microsoft Teams 应用程序,键入指示器持续时间

[英]Microsoft Teams App, Typing indicator duration

In a Microsoft Teams app built using App Studio, is it possible to control the how long the typing indicator should be shown to the user?在使用 App Studio 构建的 Microsoft Teams 应用程序中,是否可以控制应向用户显示键入指示符的时间长度? Via code or any other means.通过代码或任何其他方式。 Please point me to any documentation other than https://docs.microsoft.com/en-us/azure/bot-service/nodejs/bot-builder-nodejs-send-typing-indicator?view=azure-bot-service-3.0请向我指出https://docs.microsoft.com/en-us/azure/bot-service/nodejs/bot-builder-nodejs-send-typing-indicator?view=azure-bot-service-以外的任何文档3.0

Currently, there is no option to set how long it's shown from code.目前,没有选项可以设置从代码中显示多长时间。 This time is handled by each channel.这个时间由每个通道处理。

Optionally, you could send typing indicator message more than once to re-initiate the typing indicator.或者,您可以多次发送打字指示器消息以重新启动打字指示器。

Microsoft Azure Bot Service provides default time for typing indicator ie 5sec . Microsoft Azure Bot Service 提供了用于键入指示符的默认时间,即 5sec

Currently, there is no option to set how long it's shown from code.目前,没有选项可以设置从代码中显示多长时间。

But if we can use a card refresh process then we can send a manual typing message and when a response comes you can refresh that same card.但是,如果我们可以使用卡片刷新过程,那么我们可以发送手动输入消息,当收到响应时,您可以刷新同一张卡片。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM