Botframework-solutions: [Docs]Virtual Assistant Skill | Document has incomplete command

Created on 14 Jul 2020  路  2Comments  路  Source: microsoft/botframework-solutions

While we create a skill to be added to virtual assistant bot using link :
https://microsoft.github.io/botframework-solutions/skills/tutorials/create-skill/csharp/7-add-your-skill/

While adding the skill bot to VA, the command mentioned is :
botskills connect --remoteManifest "https://.azurewebsites.net/manifest/manifest-1.1.json" --cs

which is incomplete and this needs to be with the LU folder location of the skill bot as follows :

botskills connect --remoteManifest "https://.azurewebsites.net/manifest/manifest-1.1.json" --cs --luisFolder "Path to LU folder from Skill bot"

Docs Bot Services Kobuk bug customer-replied-to customer-reported in-progress

Most helpful comment

Hi @MeenakshiBalekar, these changes are implemented in the PR #3565, which updates several documentation adding the missing parameter. Once that pull request is merged, the documentation will be updated.

Please feel free to add any feedback in the PR 馃槉.

All 2 comments

Thanks @MeenakshiBalekar for reporting this issue! We will back to you as soon as we have any update 馃槉.

Hi @MeenakshiBalekar, these changes are implemented in the PR #3565, which updates several documentation adding the missing parameter. Once that pull request is merged, the documentation will be updated.

Please feel free to add any feedback in the PR 馃槉.

Was this page helpful?
0 / 5 - 0 ratings