다음을 통해 공유


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)

속성 값

대화 상자 스택에 대한 상태 정보입니다.

적용 대상