次の方法で共有


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

プロパティ値

実行するアクション。

適用対象