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

saving context/session #2

Open
rvanderwerf opened this issue May 8, 2017 · 4 comments
Open

saving context/session #2

rvanderwerf opened this issue May 8, 2017 · 4 comments

Comments

@rvanderwerf
Copy link

I'd love to help send a PR for saving session/context info. It seems like the node sdk has ActionsSdkAssistant which the java one doesn't have. I am guessing the best place to put this is into the RootResponse/RootRequest objects. In the end it's just a map of values you pass back to google and they pass those back to you correct?

@frogermcs
Copy link
Owner

Hey, yes, indeed - it's all about pushing additional data via RootResponse/RootRequest

@rvanderwerf
Copy link
Author

cool I'll see what I can get working and send a PR when I do

@DroidPulkit
Copy link

Hey @rvanderwerf, I know it's quite late but have you come up with that PR?

@rvanderwerf
Copy link
Author

Unfortunately I didn't. I just ended up using a database to store my conversation context. I think they deprecated sessions that come along the request anyways. There are so many issues with the action sdk it's not worth going forward, even google isn't. Dialogflow.com is what is recommended now and fully integrated with Google now. They have a java lib, I also made a Grails plugin to make it easier too on my github account.

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

3 participants