TeamsApplicationBuilder.SetStartTypingTimer(Boolean) Method
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.
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.