Поделиться через


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.

Применяется к