• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kehitysto / coaching-chatbot / 178
75%
master: 90%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 25 Feb 2017 01:54PM UTC
Jobs 1
Files 4
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
178

push

travis-ci

ascense
Bring chatbot api more in line with Bot Framework

Dialog class:
 - Rename Dialog class to Builder
 - Rename builder.addState() to builder.dialog()
 - Rename builder.addIntent() to builder.intent()
 - Rename builder.addAction() to builder.action()

Session class:
 - Update behaviour of session.next() to closer match bot framework:
   - calling next() skips to next state without returning to user
   - not calling next() stops bot execution and awaits user response
 - Remove old implementation of session.endDialog()
 - Rename session.popState() to session.endDialog()
 - Rename session.pushState() to session.beginDialog()
 - Rename session.switchState() to session.switchDialog()
   - *switchState functionality not in bot framework?*
 - Rename session.runAction() to session.runActions(), add array support

80 of 106 relevant lines covered (75.47%)

2.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 178.1 25 Feb 2017 01:54PM UTC 0
75.47
Travis Job 178.1
Source Files on build 178
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #178
  • 7476c419 on github
  • Next Build on feature/chatbot-framework (#183)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc