-Removed Any CPU from .sln
-Updated missing botname param in luis:build command section JS dispatch sample readme
This commit is contained in:
Tien Suwandy 2020-11-23 21:05:08 -08:00 коммит произвёл GitHub
Родитель b00ceaa82b
Коммит 7aaa235352
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5 добавлений и 2 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -295,3 +295,4 @@ rush.json
/experimental/common/config/rush
/experimental/common/scripts
/experimental/generation/generator/.rush
orchestrator.json

Просмотреть файл

@ -5,7 +5,9 @@
<LangVersion>latest</LangVersion>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<Content Remove="orchestrator.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="generated\" />
</ItemGroup>

Просмотреть файл

@ -61,7 +61,7 @@ This sample **requires** prerequisites in order to run.
- Configure the LUIS applications (HomeAutomation and Weather) required for this sample.
- Get your [LUIS authoring key](https://docs.microsoft.com/en-us/azure/cognitive-services/LUIS/luis-concept-keys)
```bash
> bf luis:build --in CognitiveModels --authoringKey <YOUR-KEY>
> bf luis:build --in CognitiveModels --authoringKey <YOUR-KEY> --botName <YOUR-BOT-NAME>
```
- Update application settings in `./appsettings.json`