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

Entity Extraction and User Info Store #20

Open
aribornstein opened this issue Aug 24, 2016 · 1 comment
Open

Entity Extraction and User Info Store #20

aribornstein opened this issue Aug 24, 2016 · 1 comment

Comments

@aribornstein
Copy link
Member

aribornstein commented Aug 24, 2016

When processing a line of text with a model. The framework should be smart enough to extract all the known entities and use them to skip steps.

For example lets say we have the following steps defined in our JSON

  • What would you like to eat?"
  • What size would you like that?"
  • What would you like on your pizza"
  • Where do you like that ordered to?
  • How would you like to pay?

If I type "I want a medium mushroom pizza delivered to my house" the bot should be smart enough to skip all these steps and just ask me for my order confirmation based on the entities ["pizza","mushroom","medium","house."] and my user information ["billing", "address"]

In my opinion this is what can make bots more efficient than apps and forms the ability to encapsulate and extract 5 or more UI steps in a single sentence.

@morsh
Copy link

morsh commented Aug 24, 2016

This is a great idea @aribornstein, if you have a poc offer that we can use, it would be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants