TelemetryTrackEventAction Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci TelemetryTrackEventAction třídy .
public TelemetryTrackEventAction(string eventName, System.Collections.Generic.Dictionary<string,AdaptiveExpressions.Properties.StringExpression> properties = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.TelemetryTrackEventAction : string * System.Collections.Generic.Dictionary<string, AdaptiveExpressions.Properties.StringExpression> * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.TelemetryTrackEventAction
Public Sub New (eventName As String, Optional properties As Dictionary(Of String, StringExpression) = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)
Parametry
- eventName
- String
Název, který se má použít pro událost.
- properties
- Dictionary<String,StringExpression>
Volitelné vlastnosti, které se mají připojit ke sledované události.
- callerPath
- String
Volitelná úplná cesta ke zdrojovému souboru.
- callerLine
- Int32
Volitelné číslo řádku ve zdrojovém souboru.