AgentApplicationBuilder.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.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.