简体   繁体   中英

Debug Watson Assistant webhook

My Watson Assistant dialog has a webhook call to an IBM Cloud Functions action. After I change the code in the action function and "Try it out" again in Watson Assistant, it doesn't pick up the change. Is there some cache I need to clear, or something I need to restart each time I make a code change?

In Watson Assistant in the "Try it out" are links / buttons to clear everything or to manage context variables. There you can reset the "Try it out" bot.

In general, when you assign values to a variable the value is kept until you clear or delete it . Thus, if you do not set input variables to null to clear them they are reused without asking the user for input again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM