Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I get the LUIS subscription key?

I'm trying to create a simple chat bot on Microsoft Bot Framework and I want to add LUIS app ID and LUIS subscription key to my application.

Where can I get the subscription key?

enter image description here

like image 219
feda aeyad Avatar asked Mar 21 '17 07:03

feda aeyad


People also ask

How do I get Luis key?

This key can be found in the "Publish" tab of the LUIS portal for any of your LUIS apps and is called "Starter_Key". This key is also referred to as the "Programmatic Key" in the Microsoft documentation. Region for LUIS Programmatic API. The authoring region app can only be published to a corresponding publish region.

Is Luis free to use?

LUIS is free for Testing and Educational use. It is about 10000 conversations per month. However in production environment it has to be paid. The important this is you can access LUIS feature via Azure or can independently integrate it into your application.


2 Answers

I believe lately Microsoft has changed the structure of the portal so most of the links are not working.

Where can I get the subscription key?

You can get the subscription key by going to

  1. The "Publish App" link on the left,
  2. Select staging from the "end point slot" under Publish Settings. (Don't know why doesn't it show while the option is Production. Maybe there are other ways to connect in the production environment)
  3. Selecting the "staging" option will show an endpoint url which will have "subscription-key" field, which you can copy

I want to add LUIS app ID

To get your luis app ID

  1. Go to "My Apps" in "https://www.luis.ai/applications"
  2. Click your app
  3. Click settings from the options on the left
  4. Copy the 36 character "Application Id"
like image 121
shabby Avatar answered Oct 14 '22 02:10

shabby


The followings are steps that worked for me:

  1. Login into https://portal.azure.com
  2. Search luis enter image description here
  3. Create 1 Language understanding in Cognitive Service section enter image description here
  4. Go to "My Apps" in https://www.luis.ai/applications
  5. Select your app
  6. Click on Change link nearing Assigned endpoint key enter image description here
  7. Select available items in 3 comboboxes enter image description here

Here is the result that you could get subscription key enter image description here Hope this help.

like image 3
Phuc Thai Avatar answered Oct 14 '22 00:10

Phuc Thai