How to integrate Dialogflow with Chatbase for easier bot analytics?

734 views Asked by At

I have created a Conversational Interface for Android With Dialogflow to conduct an intelligent conversation between customer and bot. Now to make it more proficient, I have to integrate Chatbase.

As per https://chatbase.com/documentation/dialogflow-integration, Chatbase is currently available only via a server-to-server integration and therefore is incompatible with Dialogflow hosted bots.

Is there a way to use the Chatbase with android?

1

There are 1 answers

0
amahfouz On

Perhaps take a look at Webhooks provided by DialogFlow. They allow you to write custom code in response to each user request. It would be surprising if there isn't a canned one for Chatbase integration.