TypingOptions.ChannelStrategies Property

Definition

Channel-specific timing overrides. Keys are channel IDs (case-insensitive).

public System.Collections.Generic.IDictionary<string,Microsoft.Agents.Builder.App.ITypingChannelStrategy> ChannelStrategies { get; set; }
member this.ChannelStrategies : System.Collections.Generic.IDictionary<string, Microsoft.Agents.Builder.App.ITypingChannelStrategy> with get, set
Public Property ChannelStrategies As IDictionary(Of String, ITypingChannelStrategy)

Property Value

Remarks

M365Copilot requires the first typing activity within a short window, so its initial delay defaults to 250ms.

Applies to