Udostępnij za pośrednictwem


DialogState.DialogStack Właściwość

Definicja

Pobiera lub ustawia informacje o stanie dla stosu okna dialogowego.

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)

Wartość właściwości

Informacje o stanie stosu okna dialogowego.

Dotyczy