Freigeben über


DialogState.DialogStack Eigenschaft

Definition

Ruft die Statusinformationen für einen Dialogstapel ab oder legt diese fest.

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

Statusinformationen für einen Dialogstapel.

Gilt für: