DialogManager.InitialTurnState Property

Definition

Gets InitialTurnState collection to copy into the TurnState on every turn.

public Microsoft.Bot.Builder.TurnContextStateCollection InitialTurnState { get; }
member this.InitialTurnState : Microsoft.Bot.Builder.TurnContextStateCollection
Public ReadOnly Property InitialTurnState As TurnContextStateCollection

Property Value

TurnState.

Applies to