ActionContext.Actions 属性

定义

获取或设置正在执行的操作的列表。

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

属性值

正在执行的操作的列表。

适用于