Are there any table of Components in Virtual Agent Designer?

Daichi Ishikawa
Giga Sage

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?

 

DaichiIshikawa_0-1693918387094.png

 

Does anyone have some answer to this question?

Any help would be greatly appreciated!!

1 ACCEPTED SOLUTION

Chris D
Kilo Sage
Kilo Sage

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 🙂 

View solution in original post

2 REPLIES 2

Chris D
Kilo Sage
Kilo Sage

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 🙂 

@Chris D 

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!!

 

---

DaichiIshikawa_1-1693969678641.png

Topics [sys_cb_topic]

 

DaichiIshikawa_0-1693969379876.png

Table View - Virtual Agent Designer