DialogTurnStatus enum
Represents the state of the dialog stack after a dialog context attempts to begin, continue, or otherwise manipulate one or more dialogs.
Fields
| cancelled | All dialogs on the stack were cancelled and the stack is empty. |
| complete | The last dialog on the stack completed successfully. |
| completeAndWait | Current dialog completed successfully, but turn should end. |
| empty | The dialog stack is empty. |
| waiting | The active dialog on top of the stack is waiting for a response from the user. |