Skip to content Skip to sidebar Skip to footer

Get Id Of All Intent And Utterances After Import

So have created two applications on Luis and I wanted to import second application into first application. So I did the following: Export second Application Import into first ap

Solution 1:

The LUIS programmatic APIs have two endpoints you can query to get intents and utterances. You can access the LUIS APIs by clicking here, locate 'LUIS Programmatic APIs v2.0', and follow the link. I don't want to post the actual link as it's a bit complex and likely to change/break.

Once on the page, find the API menu on the left. Then:

  • Expand 'model' and look for 'Get version intent list', and
  • Expand 'example utterances' and look for 'Review labeled examples'

These each, respectively, should provide you with the lists you are looking for. Simply provide the necessary credentials.

Hope of help!

Post a Comment for "Get Id Of All Intent And Utterances After Import"