Recognizer.FillRecognizerResultTelemetryProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RecognizerResult を使用して、テレメトリの結果を追跡するときに含めるプロパティの一覧を作成します。
protected virtual 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);
abstract member FillRecognizerResultTelemetryProperties : Microsoft.Bot.Builder.RecognizerResult * System.Collections.Generic.Dictionary<string, string> * Microsoft.Bot.Builder.Dialogs.DialogContext -> System.Collections.Generic.Dictionary<string, string>
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 Overridable 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 メソッドを呼び出すときに含めることができるディクショナリ。