PromptValidatorContext<T>.Context Property

Definition

Gets the TurnContext for the current turn of conversation with the user.

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

Property Value

Context for the current turn of conversation with the user.

Applies to