Dela via


DialogState.DialogStack Egenskap

Definition

Hämtar eller anger tillståndsinformationen för en 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)

Egenskapsvärde

Tillståndsinformation för en dialogstack.

Gäller för