Hello, I need some Help with Watson assistant MAU (Monthly Active User) control.
I’m using Watson Actions with native integration.
I’m defining an in-scenario variable for the user id $(botContext.user_id) in order to let watson to know it’s the same user interaction.
also tried to send the user_id with $(botContext.global.system.user_id)
When retrieving the raw, i see the user_id I’m sending its landing in the wrong place.
It is showing in raw.context.skills.main skill.user_defined.user_id
it should go into raw.context.global.system.user_id
or raw.user_id
This causes the MAU control to explode as each query is considered as a new user.
Any suggestions?