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)

属性值

对话堆栈的状态信息。

适用于