Share via


ITurnContext.TurnState Property

Definition

Gets the collection of values cached with the context object for the lifetime of the turn.

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

Property Value

The collection of services registered on this context object.

Applies to