TypingChannelStrategy Class

Definition

Concrete per-channel typing strategy with configurable initial delay and interval.

public sealed class TypingChannelStrategy : Microsoft.Agents.Builder.App.ITypingChannelStrategy
type TypingChannelStrategy = class
    interface ITypingChannelStrategy
Public NotInheritable Class TypingChannelStrategy
Implements ITypingChannelStrategy
Inheritance
TypingChannelStrategy
Implements

Constructors

Name Description
TypingChannelStrategy(Int32, Int32, Func<ITurnContext,ConversationReference,IActivity>)

Concrete per-channel typing strategy with configurable initial delay and interval.

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