- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 05:56 AM
Hi, All!
I'm developing Virtual Agent and I have a question.
Are there any table of Components in Virtual Agent Designer (e.g. Node name)?
I want to check components I've made as a list like topic [sys_cs_topic]. Is it possible?
Does anyone have some answer to this question?
Any help would be greatly appreciated!!
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 07:59 AM
No, there's no table of components, but you can find them all in the Graph field of the sys_cb_topic table JSON-formatted.
I suppose if you really wanted, you could export that table and mockup your own dataset using that formatted data, but if you're just looking for something specific, say, all the references to a certain field or text across all topics, you can simply do a query on that Graph field (or a For Text/Keywords search).
Note the sys_cb_topic table will show the latest version of what you see in VA Designer, which can include unpublished topics and topic versions. The Definition field of the sys_cs_topic table is somewhat similar - JSON-formatted also - but is the published version of each topics.
One last note: just in case what you're looking for is even simpler - a clean table-formatted view of nodes within a single topic - use the Table View option within the top menu bar of VA Designer 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 07:59 AM
No, there's no table of components, but you can find them all in the Graph field of the sys_cb_topic table JSON-formatted.
I suppose if you really wanted, you could export that table and mockup your own dataset using that formatted data, but if you're just looking for something specific, say, all the references to a certain field or text across all topics, you can simply do a query on that Graph field (or a For Text/Keywords search).
Note the sys_cb_topic table will show the latest version of what you see in VA Designer, which can include unpublished topics and topic versions. The Definition field of the sys_cs_topic table is somewhat similar - JSON-formatted also - but is the published version of each topics.
One last note: just in case what you're looking for is even simpler - a clean table-formatted view of nodes within a single topic - use the Table View option within the top menu bar of VA Designer 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 08:10 PM
Thank you for your kind reply!
I understand there is no table of components. However I can see components Topics [sys_cb_topic] and Table View of Virtual Agent Designer as you said. They are so useful for me!!
---
Topics [sys_cb_topic]
Table View - Virtual Agent Designer