Closed developer-bz closed 5 years ago
Please provide a set of reproducible steps. You can also look into the examples in the README https://github.com/watson-developer-cloud/botkit-middleware#using-sendtowatson-to-update-context-possible-since-v150
I am using the same example. I am trying to come out of the child node when the input is invalid and go to exit intent. The intent is detected properly, but the response is not getting updated, resulting in the same child node response.
Checking input first would be simpler, than trying to override response later.
Ok, thank you
Hi,
I am unable to reset the context variables and the output returned in the previous query due to which the results conflict. How can i reset them? message.watsonData.context = ''; does not seem to work
Thanks in advance