Dialogue Builder Versions Save

Beautifully readable dialogue for facebook messenger bots

v0.3.0

7 years ago
  • All messages set now have the NO_PUSH notification type
  • Added typing indicators and realistic typing speeds
  • Support FacebookTemplates use directly in script array
  • Add baseUrl support to Dialogue
  • Support defaultAction in ResponseHandlers
  • BREAKING CHANGE: remove onComplete handler
  • Add support for ! prefix to labels to stop fall through
  • Extra arg to UnexpectedInputError constructor: repeatQuestion
  • Don't repeat anything but asks on undo
  • Allow response handlers to return promises
  • Add mock functions and Dialogue.execute function for easier testing

v0.2.0

7 years ago

Breaking change to support the likely asynchronous nature of the implementation of the storage interface: store & retrieve should now return promises.

This also forces consume to be async and returns a Promise<string[]> - its worth noting this can still be directly returned in your bot builder method as claudia supports returning promises.

v0.1.3

7 years ago

Important fix to package.json causing the module to throw exception on load

v0.1.2

7 years ago

Embed typescript definitions for claudia api/bot builder

v0.1.1

7 years ago

Fix typescript support

v0.1.0

7 years ago

Initial release