다음을 통해 공유


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>

recognizer Id => Recognizer 결과 맵입니다.

반환

recognizerResult: ChooseIntent입니다.

적용 대상