Is there a way to get the logs of the entire chatbot conversation in Google Dialogflow to Firebase Database?

128 Views Asked by At

I've checked a few codes which help me capture only the values of the specific intents.

I have already linked the Dialogflow with the Firebase Realtime Database

How do I update the INLINE EDITOR - Code in the fulfillment tab of the Google Dialogflow to get the entire chatbot conversation into the Firebase Database?

Regards,

TIA

1

There are 1 best solutions below

0
Malaman On

In order to store the logs directly into Firebase, I would suggest that you checked this. This way, you will be able to capture the actions that you would like to capture.

If, on the other hand, you would like to capture all the logs from your Dialogflow agent, I would suggest that you used the Audit logs to capture them in Cloud Logging and then you linked Cloud Logging to Firebase following this.

My understanding of Firebase is limited, but that documentation should point you on the right track!