Simple Luis.ai type references and Response builders
Note that this is still a work in progress and PRs are very welcome! Currently, the only prebuilt entities that is well defined are DateTimeV2 and Money
LuisResponseBuilder
follows a method chaining pattern, e.g.
'I want to return my purchase'
constructor(query)
addIntent(intent, score)
addPrebuiltEntity(prebuiltEntity)
addCustomEntity(customEntity)
build()
returns an full luis.ai response object