Skip to content

Instantly share code, notes, and snippets.

@RSamaium
Created February 20, 2020 06:20
Show Gist options
  • Save RSamaium/9e2253fd2f88b332568b58b866a36353 to your computer and use it in GitHub Desktop.
Save RSamaium/9e2253fd2f88b332568b58b866a36353 to your computer and use it in GitHub Desktop.
@Intent('booking', [
'I want to book accommodation today',
'I get a room'
])
book() {
if (unknown :intent.date) {
> Start again by giving a date
return
}
> Ok, I take your order { :intent.date.value }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment