Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finite state machine #30

Closed
4 tasks done
hyzhak opened this issue Feb 22, 2018 · 0 comments
Closed
4 tasks done

finite state machine #30

hyzhak opened this issue Feb 22, 2018 · 0 comments
Assignees
Labels
alexa Support Amazon Alexa platform assistant Support Google Assistant platform enhancement New feature or request high priority high priority

Comments

@hyzhak
Copy link
Member

hyzhak commented Feb 22, 2018

it could be something closer to the context of Dialog Flow.
The idea that when we give a user some question:

>What is the artist?

we define context so next answer very likely will match this context. As well very broad words like repeat could refer to the song or to the long message.

Alexa

As well it is needed to support cancel, close, stop, next and etc Alexa intents.

Modules

  • define states - sub-directory with actions is state
  • map intent name and current state to a handler
  • transition - update current state
  • log transition
@hyzhak hyzhak added the enhancement New feature or request label Feb 22, 2018
@hyzhak hyzhak mentioned this issue Feb 22, 2018
9 tasks
@hyzhak hyzhak added the high priority high priority label Apr 4, 2018
@hyzhak hyzhak added the alexa Support Amazon Alexa platform label Apr 14, 2018
@hyzhak hyzhak added this to the Integrate both platforms milestone Apr 14, 2018
@hyzhak hyzhak self-assigned this Apr 20, 2018
@hyzhak hyzhak added the assistant Support Google Assistant platform label Apr 23, 2018
@hyzhak hyzhak closed this as completed May 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alexa Support Amazon Alexa platform assistant Support Google Assistant platform enhancement New feature or request high priority high priority
Projects
None yet
Development

No branches or pull requests

1 participant