Skip to content

Instantly share code, notes, and snippets.

@joshskeen
Created March 21, 2016 22:56
Show Gist options
  • Save joshskeen/7afadc07d14cf60ee4de to your computer and use it in GitHub Desktop.
Save joshskeen/7afadc07d14cf60ee4de to your computer and use it in GitHub Desktop.
app.intent('airportinfo', {
'slots': {
'AIRPORTCODE': 'FAACODES'
},
'utterances': ['{|flight|airport} {|delay|status} {|info} {|for} {-|AIRPORTCODE}']
},
function(req, res) {
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment