PromptValidatorContext<T>.Recognized Property

Definition

Gets the PromptRecognizerResult<T> returned from the prompt's recognition attempt.

public Microsoft.Bot.Builder.Dialogs.PromptRecognizerResult<T> Recognized { get; }
member this.Recognized : Microsoft.Bot.Builder.Dialogs.PromptRecognizerResult<'T>
Public ReadOnly Property Recognized As PromptRecognizerResult(Of T)

Property Value

The recognition results from the prompt's recognition attempt.

Applies to