Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to store user input in dialogflow cx

Hi everyone, how to store user input as parameter. I entered Hi default welcome intent was matched and now i how to store a value Hi?

0 5 909
5 REPLIES 5

hello,

for that, you can enable the bigquery integration, so you can store all the interactions in BQ automatically. Here are the docs: https://cloud.google.com/dialogflow/cx/docs/concept/export-bq

Xavi

Hi, in that case, you should create an entity that matches the word, and then you will catch that entity (word/data) on the session. You could use webhooks or an inline editor to send that data to a database.

I thought he was referring to store the user interaction

yikes, I got it. In that case, you can catch the messages that the user typed to trigger every intent.

On the request, you need to get that data, and then save it.

In that case, I would highly recommend using the bigquery integration. It is built-in and you do not need a webhook