Intents & patterns
Define a voice command to play a response
intent('pattern'[, 'patternN'], reply('pattern'))
Define a voice command to play a response or perform an action
intent('pattern'[, 'patternN'], p => { action })
Define alternatives
intent('phrase1|phrase2')
Define optional words and phrases
intent('pattern (optional phrase|)')
Comments