TelemetryTrackEventAction Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TelemetryTrackEventAction class.
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)
Parameters
- eventName
- String
Name to use for the event.
- properties
- Dictionary<String,StringExpression>
Optional, properties to attach to the tracked event.
- callerPath
- String
Optional, source file full path.
- callerLine
- Int32
Optional, line number in source file.