Hello there!
Is it possible to create an assistant app with Dialogflow in AppGyver?
Hello there!
Is it possible to create an assistant app with Dialogflow in AppGyver?
We haven’t explored the APIs so I don’t know if there would be something blocking, but https://cloud.google.com/dialogflow/docs/reference/rest/v2-overview looks like something you could use via the REST API direct integration data source type, or if that fails, direcetly via the HTTP request flow function (you can wrap it in your own flow function to configure an output schema for the response).
I’m a newbie here, so is there any tutorial on this?
The REST APIs for Dialogflow might require a bit of wrapping your mind around them, but for a great introduction on how to utilize REST APIs in general in Composer, I’d recommend the Movie Review tutorial on the front page at https://docs.appgyver.com