Sdílet prostřednictvím


Recognizer.CreateChooseIntentResult Metoda

Definice

CreateChooseIntentResult – vrátí chooseIntent mezi několika výsledky rozpoznávání.

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

Parametry

recognizerResults
Dictionary<String,RecognizerResult>

recognizer ID => mapa výsledků rozpoznávání.

Návraty

recognizerResult, což je ChooseIntent.

Platí pro