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

Is there support for slot filling? #100

Closed
bluelight773 opened this issue Jan 11, 2017 · 1 comment
Closed

Is there support for slot filling? #100

bluelight773 opened this issue Jan 11, 2017 · 1 comment

Comments

@bluelight773
Copy link

Hi there

Is there support for slot filling where the user can provide all the necessary info for a given intent over multiple interactions
Example:
User: I'm hungry
Bot: What kind of food would you like to eat?
User: Mexican
Bot: Are you looking to order delivery or go out?
User: Delivery
Bot: Here are some nearby options for Mexican food for delivery: ...

Or for a simpler more classic example - think booking an appointment where you're asked to provide time and with whom for instance.

Is there already support for this type of scenario? If so, could you point me to key parts of code/tutorial of relevance? If not, is this on the roadmap, and is there some workaround way to do this in the meantime?

Thank you

@amn41
Copy link
Contributor

amn41 commented Jan 11, 2017

Hi there,

thanks for this. This is outwith the scope of rasa NLU, so you will have to write a loop in your bot's code. There are a number of frameworks (e.g. botkit) which you can use to build your application logic.

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

No branches or pull requests

2 participants