TypingChannelStrategy Class
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.
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. |