Dialog class

Issue #6 resolved
Matt Gaikema repo owner created an issue

Rename the weatherdialog class to a more general name, or figure out how it is organized

Comments (2)

  1. Matt Gaikema reporter

    Essentially refactor the class. The LUIS api just matches an intent and an entity from an input, so I just need to parse the intent and pass the entity as a parameter. I need functions for every intent and I need a skeleton JSON class.

  2. Log in to comment