次の方法で共有


Recognizer.CreateChooseIntentResult メソッド

定義

CreateChooseIntentResult - 複数の認識エンジンの結果の間で ChooseIntent を返します。

protected static Microsoft.Bot.Builder.RecognizerResult CreateChooseIntentResult (System.Collections.Generic.Dictionary<string,Microsoft.Bot.Builder.RecognizerResult> recognizerResults);
static member CreateChooseIntentResult : System.Collections.Generic.Dictionary<string, Microsoft.Bot.Builder.RecognizerResult> -> Microsoft.Bot.Builder.RecognizerResult
Protected Shared Function CreateChooseIntentResult (recognizerResults As Dictionary(Of String, RecognizerResult)) As RecognizerResult

パラメーター

recognizerResults
Dictionary<String,RecognizerResult>

recognizer Id => recognizer の結果マップ。

戻り値

recognizerResult は ChooseIntent です。

適用対象