ITypingChannelStrategy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines per-channel timing parameters for the typing worker.
public interface ITypingChannelStrategy
type ITypingChannelStrategy = interface
Public Interface ITypingChannelStrategy
- Derived
Properties
| Name | Description |
|---|---|
| InitialDelayMs |
Delay in milliseconds before the first typing activity is sent. |
| IntervalMs |
Interval in milliseconds between subsequent typing activities. |
| TypingFactory |
Gets a factory function that creates a typing activity for the specified turn context. |