OnUnknownIntent(List<Dialog>, String, String, Int32) Konstruktor

Definition

Initialisiert eine neue Instanz der OnUnknownIntent-Klasse.

public OnUnknownIntent(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.OnUnknownIntent : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> * string * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnUnknownIntent
Public Sub New (Optional actions As List(Of Dialog) = Nothing, Optional condition As String = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parameter

actions
List<Dialog>

Optional, Aktionen, die dem Plan hinzugefügt werden sollen, wenn die Regeleinschränkungen erfüllt sind.

condition
String

Optional, Bedingung, die erfüllt werden muss, damit die Auszuführenden Aktionen ausgeführt werden.

callerPath
String

Optional, Quelldatei voller Pfad.

callerLine
Int32

Optional, Zeilennummer in der Quelldatei.

Gilt für: