Share via


AgentApplicationBuilder.SetStartTypingTimer(Boolean) Method

Definition

Configures the typing timer when messages are received. Default state for startTypingTimer is true

public Microsoft.Agents.Builder.App.AgentApplicationBuilder SetStartTypingTimer(bool startTypingTimer);
member this.SetStartTypingTimer : bool -> Microsoft.Agents.Builder.App.AgentApplicationBuilder
Public Function SetStartTypingTimer (startTypingTimer As Boolean) As AgentApplicationBuilder

Parameters

startTypingTimer
Boolean

The boolean for starting the typing timer.

Returns

The ApplicationBuilder instance.

Applies to