ibm-cloud-solutions / hubot-ibmcloud-activity

Hubot for IBM Cloud activity
http://www.ibm.com/
Other
0 stars 0 forks source link

Add descriptions to NLC classifications #7

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?",
              ...