DialogState.DialogStack Eigenschaft
Definition
Ruft die Zustandsinformationen für einen Dialog Stapel ab oder legt Sie fest.Gets or sets the state information for a dialog stack.
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)
Eigenschaftswert
Zustandsinformationen für einen Dialog Stapel.State information for a dialog stack.