LuisDialog<TResult>.BestResultFrom 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
다른 ILuisService에서 반환된 여러 LuisServiceResult 에서 가장 잘 채점된 LuisServiceResult 점수를 계산합니다.
protected virtual Microsoft.Bot.Builder.Dialogs.LuisServiceResult BestResultFrom (System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.LuisServiceResult> results);
abstract member BestResultFrom : seq<Microsoft.Bot.Builder.Dialogs.LuisServiceResult> -> Microsoft.Bot.Builder.Dialogs.LuisServiceResult
override this.BestResultFrom : seq<Microsoft.Bot.Builder.Dialogs.LuisServiceResult> -> Microsoft.Bot.Builder.Dialogs.LuisServiceResult
Protected Overridable Function BestResultFrom (results As IEnumerable(Of LuisServiceResult)) As LuisServiceResult
매개 변수
- results
- IEnumerable<LuisServiceResult>
여러 LUIS 서비스 호출의 결과입니다.
반환
LuisServiceResult 점수 IntentRecommendation 가 가장 좋은 및 관련 LuisResult가 있는 이거나, 의도 results
를 포함하지 않는 경우 null입니다.