OnQnAMatch(List<Dialog>, String, String, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 OnQnAMatch 類別的新執行個體。
public OnQnAMatch (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.OnQnAMatch : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> * string * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnQnAMatch
Public Sub New (Optional actions As List(Of Dialog) = Nothing, Optional condition As String = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)
參數
- condition
- String
選擇性條件,需要符合才能執行動作的條件。
- callerPath
- String
選擇性的原始程式檔完整路徑。
- callerLine
- Int32
來源檔案中的選擇性行號。