Recognizer.CreateChooseIntentResult Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.