共用方式為


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>

辨識器識別碼 = > 辨識器結果對應。

傳回

recognizerResult,其為 ChooseIntent。

適用於