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)

属性值

满足规则约束时要添加到计划的操作。

适用于