次の方法で共有


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)

プロパティ値

認識は、プロンプトの認識試行の結果です。

適用対象