Simple Botflow Script not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-07-17 11:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-07-22 08:26 AM
Hello @Bernie78,
Welcome to the Zoom Community! We're glad to have you here.
Regarding your concern, it would be best to post it at the Developer Forum.
Have a great day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-07-23 05:11 PM
Hey @Bernie78 ,
You can use these debug functions for the script widget.
It's not exactly the same, but Zoom Contact Center's script widget works similar (but not identical) to Zoom Virtual Agent's script widget, so this article is a good starting point. https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0066773
Example of logging
You can implement logging by using these functions:
log.debug("debugging enabled") log.error("error detected") log.info("info: yes") log.warn("WARNINGS: ")
What is the user story that you're trying to accomplish with the script widget in ZVA?