piBrain/js

Voice to text reaches out to intent parser and intents are executed as redux actions

Opened this issue · 0 comments

Users need to be able to navigate the UI with voice.

To that end whatever library that was used for voice to text needs to be hooked up to the intent parser AWS lambda function. The intents that are returned need to be executed as redux actions and effect change on the front-end.

The actions that need to be created at the moment:

  • navigateToPage
  • beginSession
  • endSession
  • goBack

There is another intent readInformation that is sufficiently complex in its own right and deserves another ticket