dialogflow-webhook-boilerplate-java
dialogflow-webhook-boilerplate-java copied to clipboard
Spring Controller Implementation
Implemented RestController for services built using the springboot framework. Added necessary dependencies.
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 I fixed it
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
I'm able to confirm that you've signed the CLA.
@googlebot I fixed it.
@Fleker In this instance, what do you suggest i do?
We wait for @taycaldwell to review your PR.
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)