Skip to content

Instantly share code, notes, and snippets.

@tim-minter
Last active July 21, 2020 16:23
Show Gist options
  • Save tim-minter/5e0b51c00595efc4288d392ab511af56 to your computer and use it in GitHub Desktop.
Save tim-minter/5e0b51c00595efc4288d392ab511af56 to your computer and use it in GitHub Desktop.
IBM Watson Assistant Cheat Sheet
## Send the whole context object/all context variables via a webhook in one go
Create a webhook parameter key with any name you want and set it's value to be "<? context ?>"
## Create a random number
"<? new Random().nextInt(9999999)?>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment