OnCondition.Actions 屬性

定義

取得或設定符合規則條件約束時要新增至計畫的動作。

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> Actions { get; set; }
member this.Actions : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> with get, set
Public Property Actions As List(Of Dialog)

屬性值

符合規則條件約束時要新增至計畫的動作。

適用於