-
Notifications
You must be signed in to change notification settings - Fork 33
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
Comments
Hey, yes, indeed - it's all about pushing additional data via RootResponse/RootRequest |
cool I'll see what I can get working and send a PR when I do |
Hey @rvanderwerf, I know it's quite late but have you come up with that PR? |
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. |
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?
The text was updated successfully, but these errors were encountered: