User storage not persisting
问题 I am trying to keep a hold on values grabbed during the conversation and make it available on the next conversations on the flow using user storage. However I see empty user storage on my next intent. Can someone please advise? function askAccountNumber(agent){ var number = agent.parameters.account_number; let conv = agent.conv(); conv.user.storage.account_number = number; agent.add('Great, your account number is ' + tmp); agent.add('Welcome to the Enacomm banking application. What would you