TelemetryTrackEventAction Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe TelemetryTrackEventAction.
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)
Paramètres
- eventName
- String
Nom à utiliser pour l’événement.
- properties
- Dictionary<String,StringExpression>
Facultatif, propriétés à attacher à l’événement suivi.
- callerPath
- String
Facultatif, chemin d’accès complet au fichier source.
- callerLine
- Int32
Facultatif, numéro de ligne dans le fichier source.