articles icon indicating copy to clipboard operation
articles copied to clipboard

DialogFlow : A complete guide with webhook

Open depado opened this issue 8 years ago • 6 comments

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

depado avatar Mar 30 '18 16:03 depado

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

M6Jesus avatar Jun 04 '18 08:06 M6Jesus

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.

depado avatar Jun 04 '18 09:06 depado

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? :(

M6Jesus avatar Jun 04 '18 09:06 M6Jesus

@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.

depado avatar Jun 04 '18 09:06 depado

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.

nfarrand avatar Jun 06 '18 14:06 nfarrand

@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 !

depado avatar Jun 06 '18 14:06 depado