IfCondition.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)

属性值

对话操作的 。List<T>

适用于