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

DialogFlow : A complete guide with webhook #26

Open
Depado opened this issue Mar 30, 2018 · 6 comments
Open

DialogFlow : A complete guide with webhook #26

Depado opened this issue Mar 30, 2018 · 6 comments

Comments

@Depado
Copy link
Owner

Depado commented Mar 30, 2018

This is the comment issue for the DialogFlow : A complete guide with webhook article.

@M6Jesus
Copy link

M6Jesus commented Jun 4, 2018

please, why can't find examples with java language?? its very difficult to have documentation in java :( could you help ou give a link? please

@Depado
Copy link
Owner Author

Depado commented Jun 4, 2018

Hi
There's an official Java SDK for DialogFlow with a Quickstart section.

Otherwise this should look quite identitcal to what I'm showing in this article, given that you know how to handle HTTP requests with Java. I'm sorry I don't have much knowledge in Java unfortunately.

@M6Jesus
Copy link

M6Jesus commented Jun 4, 2018 via email

@Depado
Copy link
Owner Author

Depado commented Jun 4, 2018

@M6Jesus
thanks for you response. I dont think that i need to use SDK, it's just an
asignement to build a java webhook who can make google home to give
different answers from my API? :(

The SDK may come in handy, at least for the different types and context manipulation. Otherwise it's a simple question of receiving the context sent to your webhook, and sending back a response that Dialogflow can understand.

Repository owner deleted a comment from M6Jesus Jun 5, 2018
@nfarrand
Copy link

nfarrand commented Jun 6, 2018

This example is very helpful. It is a similar use case I am working on. Would you be able to checkin a zip of the DialogFlow agent into GitHub? I have a few questions based on your article around the DiaglogFlow intents. Regardless, this is a very helpful article.

@Depado
Copy link
Owner Author

Depado commented Jun 6, 2018

@nbfarrand
This example is very helpful. It is a similar use case I am working on. Would you be able to checkin a zip of the DialogFlow agent into GitHub? I have a few questions based on your article around the DiaglogFlow intents. Regardless, this is a very helpful article.

I could do that but I'm not sure the agent is complete. You can find me on IRC (freenode), Twitter, Keybase, etc. Feel free to message me !

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

3 participants