Share via


PromptValidatorContext<T>.Recognized 属性

定义

获取 PromptRecognizerResult<T> 从提示的识别尝试返回的 。

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)

属性值

提示的识别尝试的识别结果。

适用于