0.2.0 • Published 8 years ago
luis-response-builder v0.2.0
Luis Response Builder 
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.
new LuisResponseBuilder('I want to return my purchase')
.addIntent('returns', 0.93)
.addIntent('purchase', .3)
.addIntent('none': .01)
.build()
constructor(query)
addIntent(intent, score)
addPrebuiltEntity(prebuiltEntity)
addCustomEntity(customEntity)
build()
returns an full luis.ai response object
0.2.0
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.15
8 years ago
0.0.14
8 years ago
0.0.13
8 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago