导入后获取所有意图和话语的ID [英] Get id of all intent and utterances after import

查看:68
本文介绍了导入后获取所有意图和话语的ID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因此,已经在Luis上创建了两个应用程序,我想将第二个应用程序导入第一个应用程序.所以我做了以下事情:

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

  1. 导出第二个应用程序
  2. 导入到第一个应用程序
  3. >
  4. 培训第一个应用程序
  5. 发布第一个应用程序
  1. Export second Application
  2. Import into first application
  3. Train first application
  4. Publish first application

现在,我想获取经过训练的意图和话语的ID,但是我找不到任何Luis API可以这样做.没有任何ID,我就不会以编程方式删除和更新意图或话语.

Now I want to get id's of trained intent and utterances but I am not able to find any Luis API to do so. Without any id's, I am not to do delete and update intent or utterances programatically.

从另一个应用程序导入后,如何获得完整的LUIS应用程序详细信息(意图,实体,话语),包括ID和其他元数据?

How can I get complete LUIS application details(intent,entity,utterances) including id's and other metadata after importing from another application?

推荐答案

LUIS编程API有两个端点,您可以查询这些端点以获取意图和话语.您可以通过单击此处来访问LUIS API,找到"LUIS编程API" v2.0",然后点击链接. 我不想发布实际的链接,因为它有点复杂并且可能会更改/断开.

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.

在页面上,找到左侧的API菜单.然后:

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

  • 展开模型"并查找获取版本意图列表",然后
  • 展开示例话语",然后查找查看带有标签的示例"

这两个分别应为您提供所需的列表.只需提供必要的凭据即可.

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

希望有帮助!

这篇关于导入后获取所有意图和话语的ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆