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?
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
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |