type Luis = LuisProvider<@"LuisId",@"LuisPasskey">
let IntentMatcher Intent =
match intent with
| Luis.Intents.Greeting -> GreetingHandler()
| Luis.Intents.SetAlarm title startDate startTime -> AlarmHandler title startDate startTime
| _ -> CouldNotUnderstand()
Good to have type provider as described in https://stackoverflow.com/questions/39036052/whats-a-good-way-to-write-a-f-type-provider-for-microsofts-luis