TurnContext.TurnState Property
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.
Gets the services registered on this context object.
public Microsoft.Bot.Builder.TurnContextStateCollection TurnState { get; }
member this.TurnState : Microsoft.Bot.Builder.TurnContextStateCollection
Public ReadOnly Property TurnState As TurnContextStateCollection
Property Value
The services registered on this context object.