dialogflow-webhook-boilerplate-java icon indicating copy to clipboard operation
dialogflow-webhook-boilerplate-java copied to clipboard

Spring Controller Implementation

Open drachomi opened this issue 5 years ago • 8 comments

Implemented RestController for services built using the springboot framework. Added necessary dependencies.

drachomi avatar Sep 18 '19 12:09 drachomi

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. In order to pass this check, please resolve this problem and then comment @googlebot I fixed it.. If the bot doesn't comment, it means it doesn't think anything has changed.

ℹ️ Googlers: Go here for more info.

googlebot avatar Sep 18 '19 12:09 googlebot

@googlebot I fixed it

drachomi avatar Sep 18 '19 12:09 drachomi

Please i am having issues creating a pull request. The bot said my email address is different from the one i used to sign the CLA, however it is the same thing. Kindly help look at it. @taycaldwell

drachomi avatar Sep 20 '19 09:09 drachomi

I'm able to confirm that you've signed the CLA.

Fleker avatar Sep 20 '19 15:09 Fleker

@googlebot I fixed it.

drachomi avatar Sep 27 '19 13:09 drachomi

@Fleker In this instance, what do you suggest i do?

drachomi avatar Sep 27 '19 13:09 drachomi

We wait for @taycaldwell to review your PR.

Fleker avatar Sep 27 '19 14:09 Fleker

I have this error

java.lang.UnsupportedOperationException: JsonObject at com.google.gson.JsonElement.getAsString(JsonElement.java:192) at com.google.actions.api.impl.DialogflowRequest$WebhookRequestDeserializer.deserialize(DialogflowRequest.kt:221) at com.google.actions.api.impl.DialogflowRequest$WebhookRequestDeserializer.deserialize(DialogflowRequest.kt:209) at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) at com.google.gson.Gson.fromJson(Gson.java:927) at com.google.gson.Gson.fromJson(Gson.java:994) at com.google.gson.Gson.fromJson(Gson.java:967) at com.google.actions.api.impl.DialogflowRequest$Companion.create(DialogflowRequest.kt:190) at com.google.actions.api.impl.DialogflowRequest$Companion.create(DialogflowRequest.kt:174) at com.google.actions.api.DialogflowApp.createRequest(DialogflowApp.kt:48) at com.google.actions.api.DefaultApp.handleRequest(DefaultApp.kt:59) at com.example.ActionsController.post(ActionsController.java:24)

RomanNagornyi avatar Jan 07 '21 18:01 RomanNagornyi