Skip to content
ludost edited this page Feb 13, 2012 · 4 revisions

Dialog

The Dialog is a collection of tools and APIs, aimed at supporting human-agent interaction. Although it's meant to provide a full conversation-level dialog, the original implementation is mainly aimed at letting agents ask questions.

The Dialog consists of:

  • A dialog standard JSON API
  • A HTML5/JS implementation for integration into web applications
  • A Google Appengine implementation for large scale dialog resource serving, especially aimed to interface with social media.
  • A VoiceXML implementation

Infrastructure overview

The main components/players within the dialog. The dialog server is optional, but can simplify many setups.

Clone this wiki locally