Virtual Agent NLU Model and Associated Intent

krishnagopal_sn
Tera Contributor

Hello Team, I am migrating a Virtual Agent from "instance x" to "instance y".
Instance x contains NLU Model and Associated Intent. I need to move it to instance Y. I am unable to find the table which holds record for NLU Model and Associated Intent. I searched in sys_nlu_model, but the value that is populated in x instance of the NLU Model in Virtual Agent Designer Application is nowhere to be found.
For example Krishna is populated in NLU Model of Virtual Agent designer, but it is not present in sys_nlu_model.
(Screenshot from Instance Y)

krishnagopal_sn_1-1708080249240.png

 

2 REPLIES 2

swathisarang98
Giga Sage
Giga Sage

Hi @krishnagopal_sn ,

 

You can find all the intent in "sys_nlu_intent" Table similarly,

Topics - "sys_cs_topic"

NLU Model - "sys_nlu_model"

Utterances - "sys_nlu_utterance"

 

Note: You can also capture all the changes in Update set and then you can try to move update set between instances.

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Swathi Sarang

Saloni Suthar
Mega Sage
Mega Sage

Hi @krishnagopal_sn ,

Please watch the YT video for detailed steps on how to migrate NLU model to another instance - https://www.youtube.com/watch?v=ejo8Vcjq_BA&t=999s


If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni