- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2023 12:02 AM
Is there an easy way see or table that lists what Intent is associated to a model and then the utterances that are associated with the Intents.
or
Can you extract List of Intents to Excel from a Model and further the Utterances associated to the Intents.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2023 06:43 AM
Hello @Kevin Paterson,
sys_nlu_utterance Table Stores INTENT and associate utterances.
You can use the export UI action in list view to extract it in Excel.
Below is a screen-shot of the list view to export in an Excel sheet.
I hope this helps!
Regards,
Hemant
**Please mark my answer correct or helpful based on the impact**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2023 06:43 AM
Hello @Kevin Paterson,
sys_nlu_utterance Table Stores INTENT and associate utterances.
You can use the export UI action in list view to extract it in Excel.
Below is a screen-shot of the list view to export in an Excel sheet.
I hope this helps!
Regards,
Hemant
**Please mark my answer correct or helpful based on the impact**

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2023 10:23 AM
Also, the Intent field is a referenced field, so you can dot-walk to Intent.Model.Model Name to filter/group by Model name. Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 12:23 AM
Great information thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 12:20 AM
Thank you Hemant this is very helpful.