Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TypingTimingOptions interface
- Package:
- @microsoft/agents-hosting
Typing timer settings for a specific channel or the global default.
Properties
| initialDelayMs | Delay in milliseconds before the first typing indicator is sent. |
| intervalMs | Delay in milliseconds between subsequent typing indicators. |
Property Details
initialDelayMs
Delay in milliseconds before the first typing indicator is sent.
initialDelayMs?: number
Property Value
number
intervalMs
Delay in milliseconds between subsequent typing indicators.
intervalMs?: number
Property Value
number
