Dialogflow loggs stored in Big query

Hello
I have a chat bot made in Dialogflow which is integrated with Google chat.
How can I make the text input feedback or loggs to be stored in a big query ?

3 Likes

Hi, you can enable Dialogflow Feedback with the built-in option: https://cloud.google.com/dialogflow/cx/docs/concept/answer-feedback

4 Likes

That is enabled already but when you integrate it to Google chat that feature doesn’t work there.
That is the reason we were trying card builder with custom payloads.

4 Likes

So when you set Cards, you can send events. On Dialogflow you can transition between flows using those custom events triggered by the cards on Google chat: https://cloud.google.com/dialogflow/cx/docs/concept/handler#event-custom

5 Likes