Share via


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>

识别器 ID => 识别器结果映射。

返回

recognizerResult,即 ChooseIntent。

适用于