Delen via


DialogState.DialogStack Eigenschap

Definitie

Hiermee wordt de statusinformatie voor een dialoogvensterstack opgehaald of ingesteld.

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)

Waarde van eigenschap

Statusinformatie voor een dialoogvensterstack.

Van toepassing op