Virtual Agent NLU Model and Associated Intent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 02:49 AM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 05:57 AM - edited 02-16-2024 06:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2024 06:12 AM
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