次の方法で共有


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>

適用対象