Skip to content

Commit

Permalink
Merge pull request #5 from ibm-cloud-solutions/issue_4_nlcDescriptions
Browse files Browse the repository at this point in the history
Add descriptions to NLC classifications
  • Loading branch information
ramaboggarapu committed Aug 5, 2016
2 parents 40565e7 + 50b939a commit 8642d29
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/nlc/NLC.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@
"classes": [
{
"class": "twitter.monitoring.help",
"description": "Help with Tweeter monitoring",
"emittarget": "twitter.monitoring.help",
"texts": [
"I want help with twitter monitoring.",
"Help with twitter monitoring.",
"Can you help me tweet about application events?",
"How can I notify follower on Twitter about application events.",
"Please help me tweet about my apps.",
"Help me tweet about my apps.",
"help twitter monitoring"
]
},
{
"class": "twitter.monitoring.enable",
"description": "Start app monitoring Tweeter events",
"emittarget": "twitter.monitoring.enable",
"texts": [
"start tweeting about my applications",
Expand All @@ -23,6 +25,7 @@
},
{
"class": "twitter.monitoring.disable",
"description": "Stop app monitoring Tweeter events",
"emittarget": "twitter.monitoring.disable",
"texts": [
"Stop tweeting about my applications",
Expand All @@ -32,6 +35,7 @@
},
{
"class": "twitter.tweet.edit",
"description": "Change app monitoring Tweeter events",
"emittarget": "twitter.tweet.edit",
"texts": [
"edit what tweets based on the event",
Expand Down

0 comments on commit 8642d29

Please sign in to comment.