Closed davidmarinangeli closed 6 years ago
@davidmarinangeli, we are not planning to provide a servlet skeleton any more. We do, however, specify the format of webhook request / response your server shall receive / return as JSON objects: https://cloud.google.com/dialogflow-enterprise/docs/reference/rpc/google.cloud.dialogflow.v2#webhookrequest
Okay, so I have to "build" the JSON by my own...
We really want this support Google!
Hello, I'm building a webhook with DF + AoG and I'm using your APIs. In the first version we could extend an AIWebhookServlet in order to manage requests:
What about now? Are there some samples like that? When will Dialogflow implement fullfilment also in Java?