DialogTurnResult.Status Property

Definition

Gets or sets the current status of the stack.

public Microsoft.Bot.Builder.Dialogs.DialogTurnStatus Status { get; set; }
member this.Status : Microsoft.Bot.Builder.Dialogs.DialogTurnStatus with get, set
Public Property Status As DialogTurnStatus

Property Value

The current status of the stack.

Applies to