共用方式為


DialogState.DialogStack 屬性

定義

取得或設定對話方塊堆疊的狀態資訊。

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

屬性值

對話方塊堆疊的狀態資訊。

適用於