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

Handle inner story #69

Open
hadifar opened this issue Mar 7, 2018 · 8 comments
Open

Handle inner story #69

hadifar opened this issue Mar 7, 2018 · 8 comments

Comments

@hadifar
Copy link
Contributor

hadifar commented Mar 7, 2018

First of all, thanks for your library. I really enjoy working with that.
I have a question regarding to Story. I think it would be useful to handle inner story (like what IBM-Watson does) How can I handle inner story to support long conversation?

@alfredfrancis
Copy link
Owner

There is no dialogue flow feature as of now. But we have a plan to add it soon.

@hadifar
Copy link
Contributor Author

hadifar commented Mar 25, 2018

Thanks for your answer... Can you give me some hint to handle this? or could you please tell when you plan to add this feature?

@alfredfrancis
Copy link
Owner

You need to maintain some kind of state machine to handle inner stories/dialogue flows. The idea is to build the state machine as part of the training process ( A UI to define the state diagram). Then use NLU to trigger and jump between states.
Currently, I'm working on the same and hope to add this feature soon.

@karthikeyanm21
Copy link

karthikeyanm21 commented May 29, 2018

Hi, Can you tell inner stories and dialog flows are done it. I am exactly looking that one. either could you give me some hints for handle this code?

And Currently, UI have an option to create Entity but there is no option to link into the intent. How to use that one ?

@alfredfrancis
Copy link
Owner

For handling inner stories you can follow above-mentioned method ,

You need to maintain some kind of state machine to handle inner stories/dialogue flows. The idea is to build the state machine as part of the training process ( A UI to define the state diagram). Then use NLU to trigger and jump between states.

Entities are avilable inside intents as parameters. You can link then using same name (for both entity and parameter).

@alfredfrancis
Copy link
Owner

Accessing states from other intents is being done in this branch

@karthikeyanm21
Copy link

Thanks buddy... I am also tried something like that.. Let me check it and confirm you....

@danielriddell21
Copy link

Is this still being worked on?

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

4 participants