You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UndoIntentHandler for handing undo feature.
Define UNDO_QUEUE_SIZE as a global variable which states how many undo(s) we can do.
How it works
Using Fixed-sized queue of size UNDO_QUEUE_SIZE which stores full copies of states as an element. Map the element popped from queue into current session attributes when undo-ed.
Utterances Format:
"Undo the previous command"
Slots
None
The text was updated successfully, but these errors were encountered:
UndoIntentHandler for handing undo feature.
Define
UNDO_QUEUE_SIZE
as a global variable which states how many undo(s) we can do.How it works
Using Fixed-sized queue of size
UNDO_QUEUE_SIZE
which stores full copies of states as an element. Map the element popped from queue into current session attributes when undo-ed.Utterances Format:
Slots
None
The text was updated successfully, but these errors were encountered: