I have this code in Node.js. I need to change the value of my context property in the response to IBM Watson Assistant, but this is not working:
if(response.context.email){
response.context.email=null;
}
What is the form to change the value of context property?