ibm-cloud-solutions / hubot-ibmcloud-service-suggest

A hubot script for providing assistance to a user who needs help finding Bluemix service(s) that match his needs.
http://www.ibm.com/
Other
2 stars 0 forks source link

Add descriptions to NLC classifications #13

Closed jlpadilla closed 8 years ago

jlpadilla commented 8 years ago

Descriptions will be used when prompting the user to choose an action (medium confidence).

Sample NLC.json

"classes": [
        {
            "class": "weather",
            "description": "Display weather forecast",
            "emittarget": "weather.js",
            "texts": [
                "What is the weather?",
              ...