IfCondition.ElseActions プロパティ

定義

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

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>

適用対象