ApplicationBuilder<TState>.SetStartTypingTimer(Boolean) Method
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
C#
public Microsoft.Teams.AI.ApplicationBuilder<TState> SetStartTypingTimer (bool startTypingTimer);
member this.SetStartTypingTimer : bool -> Microsoft.Teams.AI.ApplicationBuilder<'State (requires 'State :> Microsoft.Teams.AI.State.TurnState and 'State :> Microsoft.Teams.AI.State.IMemory and 'State : (new : unit -> 'State))>
Public Function SetStartTypingTimer (startTypingTimer As Boolean) As ApplicationBuilder(Of TState)
- startTypingTimer
- Boolean
The boolean for starting the typing timer.
The ApplicationBuilder instance.
Producto | Versiones |
---|---|
Microsoft Teams Framework .NET SDK | Latest |