次の方法で共有


DialogContext.Stack プロパティ

定義

現在のダイアログ スタックを取得します。

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.DialogInstance> Stack { get; }
member this.Stack : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.DialogInstance>
Public ReadOnly Property Stack As List(Of DialogInstance)

プロパティ値

現在のダイアログ スタック。

適用対象