-2
When creating an Action for Google Assistant, in Backend (Webhook Fulfillment) I am using conv.user.params
(User Storage) to store user data (as it is in the documentation). A simple example of use is the creation of User Id conv.user.params.id = uuidv4();
.
For most users this works normally, but an unexpected behavior happens in some other accounts, every time the user accesses again the Action, the conv.user.params
is completely empty, as if he were accessing the first time.
This can become a problem when creating user retention reports