Static ReadonlyactivityThe current activity for the turn.
A string key representing the activity path ('turn.activity').
Static ReadonlyactivityIndicates whether the turncontext.activity has been consumed by some component in the system.
A string key representing the activity processed path ('turn.activityProcessed').
Static ReadonlydialogThe current dialog event (set during event processing).
A string key representing the dialog event path ('turn.dialogEvent').
Static ReadonlyinterruptedIf true, an interruption has occurred.
A string key representing the interrupted path ('turn.interrupted').
Static ReadonlylastThe result from the last dialog that was called.
A string key representing the last result path ('turn.lastresult').
Static ReadonlyrecognizedThe recognized result for the current turn.
A string key representing the recognized result path ('turn.recognized').
Static ReadonlyrecognizedEntities that were recognized from text.
A string key representing the recognized entities path ('turn.recognizedEntities').
Static ReadonlyrepeatedUsed to track that we don't end up in an infinite loop of RepeatDialogs().
A string key representing the repeated IDs path ('turn.repeatedIds').
Static ReadonlytextOriginal text.
A string key representing the original text path ('turn.recognized.text').
Static ReadonlytopPath to the top intent.
A string key representing the top intent path ('turn.recognized.intent').
Static ReadonlytopPath to the top score.
A string key representing the top score path ('turn.recognized.score').
Static ReadonlyunrecognizedOriginal utterance split into unrecognized strings.
A string key representing the unrecognized text path ('turn.unrecognizedText').
Defines path for available turns.