Deven Rana
Deven Rana

Reputation: 71

Can Luis be used in Bots designed on platform other than MSFT Bot Framework

Can Luis be used in Bots designed on a platform other than MSFT Bot Framework like chatfeul.

Upvotes: 3

Views: 57

Answers (1)

Saransh Kataria
Saransh Kataria

Reputation: 1497

After training a LUIS model, you get an endpoint which is a REST service that can be called. You can then pass parameters to this, modify it according to need and get a JSON response.

You can read more about connecting an API to chatfuel here

Upvotes: 3

Related Questions