问题
I manually inputted thousands of data points into my LUIS bot for an Entities List but I may have to start over with a new bot. Is there any way to preserve my Entities List that I made?
回答1:
In the luis.ai page, once logged you can see your applications at https://www.luis.ai/applications.
Right from there, you can export your application using the {} button.
Then, you can just click the Import App button (in that account or in another one) to import it back.
回答2:
As stuartd said in his comment, you can export the entire LUIS model via the Authoring API. To do this you'll use the v2.0 API; here you can export by App ID and version ID.
You can also find instructions on acquiring only your list entity via the Authoring API here.
Chances are though, you'll probably want to follow Ezequiel's instructions and just download your LUIS model via the portal.
来源:https://stackoverflow.com/questions/44592264/can-i-download-an-entities-list-from-my-bot-using-luis