Delen via


OnMessageUpdateActivity(List<Dialog>, String, String, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de OnMessageUpdateActivity klasse.

public OnMessageUpdateActivity(System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> actions = default, string condition = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnMessageUpdateActivity : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> * string * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnMessageUpdateActivity
Public Sub New (Optional actions As List(Of Dialog) = Nothing, Optional condition As String = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parameters

actions
List<Dialog>

Optioneel, lijst met Dialog acties.

condition
String

Optioneel, voorwaarde waaraan moet worden voldaan om de acties uit te voeren.

callerPath
String

Optioneel, het volledige pad van het bronbestand.

callerLine
Int32

Optioneel, regelnummer in bronbestand.

Van toepassing op