Freigeben über


TeamsApplicationBuilder.SetStartTypingTimer(Boolean) Method

Definition

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

public Microsoft.Agents.Extensions.Teams.AI.TeamsApplicationBuilder SetStartTypingTimer(bool startTypingTimer);
member this.SetStartTypingTimer : bool -> Microsoft.Agents.Extensions.Teams.AI.TeamsApplicationBuilder
Public Function SetStartTypingTimer (startTypingTimer As Boolean) As TeamsApplicationBuilder

Parameters

startTypingTimer
Boolean

The boolean for starting the typing timer.

Returns

The ApplicationBuilder instance.

Applies to