[wip]
This commit is contained in:
Родитель
cc753ad1b9
Коммит
ff80a51edb
|
@ -5,11 +5,8 @@ const parse = require('./_parse');
|
|||
const upload = require('./_upload');
|
||||
|
||||
// TBD: CHANGE THESE VALUES
|
||||
//const LUIS_subscriptionKey = "YOUR_SUBSCRIPTION_KEY";
|
||||
//const LUIS_appId = "YOUR_APP_ID";
|
||||
|
||||
const LUIS_subscriptionKey = "e237d6bc86cd4562bf67b09dff44d2e6";
|
||||
const LUIS_appId = "84d6601f-a1f0-456e-a894-be5e662a5a6b";
|
||||
const LUIS_subscriptionKey = "YOUR_SUBSCRIPTION_KEY";
|
||||
const LUIS_appId = "YOUR_APP_ID";
|
||||
|
||||
const LUIS_versionId = "0.1";
|
||||
|
||||
|
|
|
@ -4,11 +4,8 @@ const parse = require('./_parse');
|
|||
const upload = require('./_upload');
|
||||
|
||||
// TBD: CHANGE THESE VALUES
|
||||
//const LUIS_subscriptionKey = "YOUR_SUBSCRIPTION_KEY";
|
||||
//const LUIS_appId = "YOUR_APP_ID";
|
||||
|
||||
const LUIS_subscriptionKey = "e237d6bc86cd4562bf67b09dff44d2e6";
|
||||
const LUIS_appId = "36f3e2da-a9e8-4d1a-95db-142ecdad3d74";
|
||||
const LUIS_subscriptionKey = "YOUR_SUBSCRIPTION_KEY";
|
||||
const LUIS_appId = "YOUR_APP_ID";
|
||||
|
||||
const LUIS_versionId = "LightsOnly";
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче