Skip to content

Instantly share code, notes, and snippets.

@RSamaium
Last active August 15, 2019 08:23
Show Gist options
  • Save RSamaium/b9128cc064ac08f722f6f70251ec0d9b to your computer and use it in GitHub Desktop.
Save RSamaium/b9128cc064ac08f722f6f70251ec0d9b to your computer and use it in GitHub Desktop.
@Intent('order', [
'order a pizza',
'get pizza',
'buy pizza'
])
order() {
date = :intent.date.value
callApi(date)
> I have noted an order for { date }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment