次の方法で共有


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)

プロパティ値

実行中のアクションの一覧。

適用対象