다음을 통해 공유


LuisAdaptiveRecognizer.FillRecognizerResultTelemetryProperties 메서드

정의

에서 반환된 를 RecognizerResultLuisRecognizer 사용하고 원격 분석에 로그인할 속성으로 문자열 사전을 채웁니다. 메서드에 전달된 추가 속성을 포함합니다.

protected override System.Collections.Generic.Dictionary<string,string> FillRecognizerResultTelemetryProperties (Microsoft.Bot.Builder.RecognizerResult recognizerResult, System.Collections.Generic.Dictionary<string,string> telemetryProperties, Microsoft.Bot.Builder.Dialogs.DialogContext dc);
override this.FillRecognizerResultTelemetryProperties : Microsoft.Bot.Builder.RecognizerResult * System.Collections.Generic.Dictionary<string, string> * Microsoft.Bot.Builder.Dialogs.DialogContext -> System.Collections.Generic.Dictionary<string, string>
Protected Overrides Function FillRecognizerResultTelemetryProperties (recognizerResult As RecognizerResult, telemetryProperties As Dictionary(Of String, String), dc As DialogContext) As Dictionary(Of String, String)

매개 변수

recognizerResult
RecognizerResult

원격 분석 속성을 추출할 의 RecognizerResult 인스턴스입니다.

telemetryProperties
Dictionary<String,String>

반환된 속성 사전에 추가할 추가 속성의 컬렉션입니다.

dc
DialogContext

DialogContext의 인스턴스입니다.

반환

다시 조정기 결과에 대한 원격 분석으로 기록할 속성의 사전입니다.

적용 대상