assistant-conversation-testing-nodejs icon indicating copy to clipboard operation
assistant-conversation-testing-nodejs copied to clipboard

Unable to write to user storage

Open davidvc opened this issue 4 years ago • 2 comments

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": ""
      },

davidvc avatar Apr 11 '21 21:04 davidvc

Apologies in advance if I don't respond right away, I don't seem to get emails on updates to issues :(

davidvc avatar Apr 11 '21 21:04 davidvc

You're using the testing library to do this? Can you post the code you're running to do this?

Fleker avatar Apr 13 '21 17:04 Fleker