ITypingChannelStrategy Interface

Definition

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.

Applies to