Skip to content

Instantly share code, notes, and snippets.

@solyarisoftware
Last active September 11, 2020 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solyarisoftware/305008757df96eb71cc1c7d7683fc580 to your computer and use it in GitHub Desktop.
Save solyarisoftware/305008757df96eb71cc1c7d7683fc580 to your computer and use it in GitHub Desktop.
Verb Description Aliases
tag return the current state tag currentState
exec transact to an output state goout setOutputState gotoOutputState nextOutputState
next transact to an input state goto setInputState gotoInputState nextInputState
say send a text message to user ask prompt
tts send a speech message to user
asr s the incoming message a speech?
match match a pattern/intent
take save the pattern match info
slots return the slots of a pattern matched
setvar write a dialog unit variable
getvar read a dialog unit variable
delvar delete a dialog unit variable
delvars delete all dialog unit variables
chatid get the current chat id
setChat set the current chat id
startTimeout start a timeout handler
stopTimeout stop the timout handler
getCounterTimeout how many timeout are run?
setDefaultTimeoutTime set the default timeout in msecs
isSessionActive there is a dialog running for current id? isDialogActive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment