actions-on-google / actions-on-google-java

Java/Kotlin library for Actions on Google
Apache License 2.0
287 stars 39 forks source link

Support for Actions on Google Console #59

Open Kunal-Deshpande opened 3 years ago

Kunal-Deshpande commented 3 years ago

Hi, I am planning on creating a webhook in Spring Boot for my Google Assistant developed on Action on Google console. I tried using this SDK but I am getting an error in the webhook response. I checked some sources but they were for Dialogflow. Does this SDK support requests from Action on Google or is there another SDK provided for Action on Google.

Fleker commented 3 years ago

This library supports Dialogflow as a fulfillment option but not Actions Builder.

Kunal-Deshpande commented 3 years ago

Is there any other library that supports Action Builder for java

taycaldwell commented 3 years ago

We currently do not have a library for Java developers using Actions Builder, but we do offer a Node.js library.