QnAMakerRecognizer.FillRecognizerResultTelemetryProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 RecognizerResult 创建在遥测中跟踪结果时要包含的属性列表。
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 dialogContext = default);
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), Optional dialogContext As DialogContext = Nothing) As Dictionary(Of String, String)
参数
- recognizerResult
- RecognizerResult
识别器结果。
- telemetryProperties
- Dictionary<String,String>
要追加或替代使用 RecognizerResult 创建的属性的属性列表。
- dialogContext
- DialogContext
对话上下文。
返回
在 TelemetryClient 上调用 TrackEvent 方法时可以包含的字典。