If the user has already given me his name in entirely different intent, I store it in my DB. However I need to request it again in another intent where webhook slot filling is enabled and given_name is a required value.
But if he has already given it to me, then there is no need to ask, so I want to grab the stored name in DB and fill the parameter (given_name) with this value, so I don't need to ask
How can I do this? Can I directly alter parameter values with my webhook?