DialogFlow : A complete guide with webhook
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
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.
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 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.
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.
@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 !