Skip to content
Update Installing OverlordBot authored by Jeffrey Jones's avatar Jeffrey Jones
...@@ -79,7 +79,7 @@ In order for the OverlordBot developer to keep your resources updated with the l ...@@ -79,7 +79,7 @@ In order for the OverlordBot developer to keep your resources updated with the l
Contact `DOLT 1-2 | RurouniJones` for information on what email to use to grant the permissions. Contact `DOLT 1-2 | RurouniJones` for information on what email to use to grant the permissions.
#### Associate your LUIS resource with the application ### Associate your LUIS resource with the application
Unfortunately due to some oversights in the latest Luis UI. Microsoft does not support initial onboarding of LUIS applications to LUIS resources not owned by the LUIS application owner (i.e. the OverlordBot developer). Unfortunately due to some oversights in the latest Luis UI. Microsoft does not support initial onboarding of LUIS applications to LUIS resources not owned by the LUIS application owner (i.e. the OverlordBot developer).
...@@ -97,6 +97,12 @@ Note that the Microsoft docs could be better. Make sure you are calling the corr ...@@ -97,6 +97,12 @@ Note that the Microsoft docs could be better. Make sure you are calling the corr
![application-association](uploads/d0b4edfeada6bec154f9faff7ef74ebf/application-association.png) ![application-association](uploads/d0b4edfeada6bec154f9faff7ef74ebf/application-association.png)
### Get the Speech endpoint ID
Once you have done the above the OverlordBot developer will need to do some work deploying the application to your resources.
Make sure you get the Speech Endpoint ID from the developer and add it to the bots `configuration.yaml` file.
### Manage yourself ### Manage yourself
If you prefer to manage everything yourself then you can choose not to provide access to your resources and setup your own [Language Understanding](http://luis.ai) and [Speech Service](https://speech.microsoft.com) applications. If you prefer to manage everything yourself then you can choose not to provide access to your resources and setup your own [Language Understanding](http://luis.ai) and [Speech Service](https://speech.microsoft.com) applications.
... ...
......