1276 Rename link to blis-azure-publish from sample? (#167)
sdk -> 0.232
This commit is contained in:
Родитель
719d549964
Коммит
8a0395ef24
|
@ -137,7 +137,7 @@ This uses the standard configuration, which lets you run your bot locally, and s
|
|||
|
||||
## Publishing your bot
|
||||
|
||||
Publish your Conversation Learner bot similar to the same way you would publish any other bot. At a high level, you upload your code to a hosted website, set the appropriate configuration values, and then register the bot with various channels. Detailed instructions are in this [video showing how to publish your bot using Azure Bot Service.](https://aka.ms/blis-azure-publish)
|
||||
Publish your Conversation Learner bot similar to the same way you would publish any other bot. At a high level, you upload your code to a hosted website, set the appropriate configuration values, and then register the bot with various channels. Detailed instructions are in this [video showing how to publish your bot using Azure Bot Service.](https://aka.ms/conversation-learner-azure-publish)
|
||||
|
||||
Once the bot is deployed and running you can connect different channels to it such as Facebook, Teams, Skype etc using an Azure Bot Channel Registration. For documentation on that process see: https://docs.microsoft.com/en-us/bot-framework/bot-service-quickstart-registration
|
||||
|
||||
|
@ -145,7 +145,7 @@ Ensure that these variables are set when deploying your bot:
|
|||
|
||||
```
|
||||
CONVERSATION_LEARNER_SERVICE_URI <Set to https://westus.api.cognitive.microsoft.com/blis/api/v1/>
|
||||
CONVERSATION_LEARNER_APP_ID <Application Id GUID, obtained from the BLIS UI under the "settings" for the app>
|
||||
CONVERSATION_LEARNER_APP_ID <Application Id GUID, obtained from the Conversation Learner UI under the "settings" for the app>
|
||||
DOL_START false
|
||||
LUIS_AUTHORING_KEY <LUIS authoring key for this app, obtained from https://www.luis.ai>
|
||||
MICROSOFT_APP_ID <Microsoft Application Id>
|
||||
|
|
|
@ -626,20 +626,15 @@
|
|||
"resolved": "http://bbnpm.azurewebsites.net/content-type/-/content-type-1.0.4.tgz",
|
||||
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
|
||||
},
|
||||
"conversationlearner-models": {
|
||||
"version": "0.148.0",
|
||||
"resolved": "http://bbnpm.azurewebsites.net/conversationlearner-models/-/conversationlearner-models-0.148.0.tgz",
|
||||
"integrity": "sha1-n6bzb254QXUKYtQE+mL29/5XbUI="
|
||||
},
|
||||
"conversationlearner-sdk": {
|
||||
"version": "0.231.0",
|
||||
"resolved": "http://bbnpm.azurewebsites.net/conversationlearner-sdk/-/conversationlearner-sdk-0.231.0.tgz",
|
||||
"integrity": "sha1-503t/nI5zeUCZBgoiex7/SGiz5g=",
|
||||
"version": "0.232.0",
|
||||
"resolved": "http://bbnpm.azurewebsites.net/conversationlearner-sdk/-/conversationlearner-sdk-0.232.0.tgz",
|
||||
"integrity": "sha1-fybw9oDu99pt1IQcI1BC0ahjtFc=",
|
||||
"requires": {
|
||||
"async-file": "2.0.2",
|
||||
"botbuilder": "4.0.0-m4.0",
|
||||
"conversationlearner-models": "0.148.0",
|
||||
"conversationlearner-ui": "0.224.0",
|
||||
"conversationlearner-models": "0.152.0",
|
||||
"conversationlearner-ui": "0.228.0",
|
||||
"express": "4.16.3",
|
||||
"filenamify": "2.0.0",
|
||||
"node-cache": "4.2.0",
|
||||
|
@ -654,6 +649,16 @@
|
|||
"xmldom": "0.1.27"
|
||||
},
|
||||
"dependencies": {
|
||||
"conversationlearner-models": {
|
||||
"version": "0.152.0",
|
||||
"resolved": "http://bbnpm.azurewebsites.net/conversationlearner-models/-/conversationlearner-models-0.152.0.tgz",
|
||||
"integrity": "sha1-C6ulmnMqd3sqZG+W92ZabCxz7OE="
|
||||
},
|
||||
"conversationlearner-ui": {
|
||||
"version": "0.228.0",
|
||||
"resolved": "http://bbnpm.azurewebsites.net/conversationlearner-ui/-/conversationlearner-ui-0.228.0.tgz",
|
||||
"integrity": "sha1-iqIE8L2WD7wg+Lxtkg6N9GlL1Ak="
|
||||
},
|
||||
"restify-errors": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "http://bbnpm.azurewebsites.net/restify-errors/-/restify-errors-6.0.0.tgz",
|
||||
|
@ -667,11 +672,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"conversationlearner-ui": {
|
||||
"version": "0.224.0",
|
||||
"resolved": "http://bbnpm.azurewebsites.net/conversationlearner-ui/-/conversationlearner-ui-0.224.0.tgz",
|
||||
"integrity": "sha1-lupoVKN6nA8pSQeQCHvWpGAOynY="
|
||||
},
|
||||
"convict": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "http://bbnpm.azurewebsites.net/convict/-/convict-4.0.2.tgz",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"botbuilder": "4.0.0-m4.0",
|
||||
"conversationlearner-sdk": "0.231.0",
|
||||
"conversationlearner-sdk": "0.232.0",
|
||||
"convict": "^4.0.2",
|
||||
"dotenv": "^4.0.0",
|
||||
"restify": "^6.3.2",
|
||||
|
|
Загрузка…
Ссылка в новой задаче