Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

"Advanced" Chatbot Blocks

Harley Waldstein edited this page Oct 30, 2018 · 9 revisions
  • Switch block that lets the user map phrases to functions or series of steps
  • "Formatted input" block that gets a version of the user's input that is automatically formatted, e.g. converted to lowercase
  • Natural language processing, e.g. date processing (Callum)
  • Blocks to store information (strings) like a dictionary. Could store them in DynamoDB.
    • Potentially dynamically during conversation, information conversation-scoped
    • Potentially project-wide, information project-scoped
  • Scheduled actions (read: scheduled messages). (Perhaps) only if all platforms support this.
  • HTTP action (GET, PUT, POST, etc) block -- everything that JavaScript will let us do, for flexibility.

Appointment-specific Blocks

  • TODO