Extract List of Intents to Excel from a Model and further the Utterances associated to the Intents

Kevin Paterson
Tera Expert

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.

 

 

 

1 ACCEPTED SOLUTION

Hemant Goldar
Mega Sage
Mega Sage

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.

HemantGoldar_0-1675780888509.png

 

I hope this helps!

 

Regards,

Hemant 

**Please mark my answer correct or helpful based on the impact**

View solution in original post

4 REPLIES 4

Hemant Goldar
Mega Sage
Mega Sage

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.

HemantGoldar_0-1675780888509.png

 

I hope this helps!

 

Regards,

Hemant 

**Please mark my answer correct or helpful based on the impact**

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.

Great information thanks again.

Thank you Hemant this is very helpful.