ResumeReason enum

Reason codes for why a dialog was resumed.

Fields

back

The user requested to return to the previous step in a dialog flow.

canceled

The dialog was canceled in response to some user initiated action.

completed

The user completed the child dialog and a result was returned.

forward

The user requested to skip the current step of a dialog flow.

notCompleted

The user did not complete the child dialog for some reason. They may have exceeded maxRetries or canceled.

reprompt

The dialog is being resumed because of an interruption and should re-prompt.