assistant-conversation-testing-nodejs
assistant-conversation-testing-nodejs copied to clipboard
Unable to write to user storage
In project venus-c8f37, I will write to user.params object, just as documented, but then the next request does not contain the storage value.
webhook response:
"user": {
"locale": "en-US",
"params": {
"bearerToken": "",
"phoneNumber": "510-394-5570"
},
Next webhook request:
"user": {
"locale": "en-US",
"params": {
"bearerToken": ""
},
Apologies in advance if I don't respond right away, I don't seem to get emails on updates to issues :(
You're using the testing library to do this? Can you post the code you're running to do this?