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)

屬性值

正在執行的動作清單。

適用於