Skip to content

Instantly share code, notes, and snippets.

@RSamaium
Created August 23, 2019 09:38
Show Gist options
  • Save RSamaium/cf5269ed9f45593fee7b745ae9e01c5e to your computer and use it in GitHub Desktop.
Save RSamaium/cf5269ed9f45593fee7b745ae9e01c5e to your computer and use it in GitHub Desktop.
$name = ''
@Event('start')
start() {
> Hey ! My name is ChatBot, and you ?
Prompt()
$name = :text
> Hello { $name }
}
@Event('on', 'AMAZON.StopIntent')
@Intent('input.bye', [
'Bye',
'Good bye',
'See you later'
])
bye() {
> Bye { $name }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment