SimonTC / luis_wrapper

A wrapper around the Microsoft LUIS service
MIT License
0 stars 0 forks source link

LUIS #1

Open dmitryTsatsarin opened 7 years ago

dmitryTsatsarin commented 7 years ago

Hi. Why don't use https://github.com/Microsoft/Cognitive-LUIS-Python/?

SimonTC commented 7 years ago

The major reason to use this implementation would be to be able to easier keep track of the conversation when using action fulfillment. In their implementation you just get the last response without context. With this implementation you can use the Conversation object to easier keep track of the conversation.

Apart from that there is not currently any reason not to use their implementation.