I’ve setup a new agent using Dialogflow CX and its receiving call and working fine but my question is that it is not storing the conversation history to BigQuery database.
have enabled “Enable BigQuery export”
the dataset and data table are already created in BigQuey as per documentation
the call is generating the transcript but its not being stored in BigQuery.
can someone suggest any solution or hint for the issue as I am running out of information from official documentation.
You have to Enable interaction logging in theagent too.This is important to indicate whether you would like Google to collect and store redacted end-user queries for quality improvement.
Also enabled “Enable interaction logging” along with “Enable Cloud Logging” to see if it generates any logs but its not working and not generating any logs too.
yes “interaction logging” is enabled as shown in earlier post (screenshot). if you have a working implementation or can make a short youtube video would be nice.
Thanks a lot @xavidop , that was quite helpful. Its working for me now.
The issue was incorrect column names. each column was appended with its type (as seen in above screenshot) as I copied the column names as it is from documentation.