ibm-cloud-solutions / hubot-ibmcloud-nlc

Adds a framework to enable Natural Language interactions in your Hubot scripts
http://www.ibm.com/
Other
11 stars 1 forks source link

Updated nlc help and train, Closes #40 and #44 #47

Closed reicruz closed 8 years ago

reicruz commented 8 years ago

nlc help now includes status, list and train commands

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.3%) to 89.655% when pulling ed3e62457758de9586c306c58a6bbc65129374e6 on issues/40 into 66507bbde4c33bc9d081daa8baedffe591ca1cdd on master.

jlpadilla commented 8 years ago

Let's keep the existing general help. This is needed here because help is a Hubot feature, so we don't have a way to trigger it with the NLC flow.

So should have 2 help flows.

(1) hubot.help Will handle general help requests such as "How can you help me?". The message should instruct the user to type help.

(2) nlc.help Will handle regex nlc help and natural language requests specific to NLC managements, such as "I need help with natural language".

NLC.json needs to be updated for this.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.5%) to 89.796% when pulling 58a656b0f771a7194a74218585ad1587f44be808 on issues/40 into 66507bbde4c33bc9d081daa8baedffe591ca1cdd on master.

reicruz commented 8 years ago

@jlpadilla

Left nlc.help.js as it was and moved my work to nlc.management.help.js

jlpadilla commented 8 years ago

👍

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.5%) to 89.796% when pulling 83080c9c77cd3f3446b01fc58a8928f06529407c on issues/40 into 66507bbde4c33bc9d081daa8baedffe591ca1cdd on master.