Dialog.EndOfTurn Field

Definition

A DialogTurnResult that indicates that the current dialog is still active and waiting for input from the user next turn.

public static readonly Microsoft.Bot.Builder.Dialogs.DialogTurnResult EndOfTurn;
 staticval mutable EndOfTurn : Microsoft.Bot.Builder.Dialogs.DialogTurnResult
Public Shared ReadOnly EndOfTurn As DialogTurnResult 

Field Value

Applies to