Self-hosted Google Action possible?

google-assistant

#1

I have an Alexa skilled based on Jovo, running on my own Node.js server. Now i want to also create a Google Action, but i can’t find any information if self hosting is even possible. Is it possible? In the Google dev console i can’t see any indication that it is.

And if yes, how, and can i use the same endpoint as for the Alexa skill, or how else does it work?


#2

Yes, you can use the same endpoint.


#3

Sure, you can use the same endpoints if enable this in Jovo. You can host it on Cloud Functions or Cloud Run if you don’t want to host on ASW.