PromptValidatorContext<T>.Recognized 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 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.