次の方法で共有


IfCondition.ElseActions プロパティ

定義

false スコープのリスト アクションを取得または設定します。

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

プロパティ値

List<T>ダイアログ アクションの 。

適用対象