Skip to content

Commit

Permalink
Samples update (microsoft#2892)
Browse files Browse the repository at this point in the history
-Removed Any CPU from .sln
-Updated missing botname param in luis:build command section JS dispatch sample readme
  • Loading branch information
tsuwandy authored Nov 24, 2020
1 parent b00ceaa commit 7aaa235
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,4 @@ rush.json
/experimental/common/config/rush
/experimental/common/scripts
/experimental/generation/generator/.rush
orchestrator.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<LangVersion>latest</LangVersion>
<Platforms>x64</Platforms>
</PropertyGroup>

<ItemGroup>
<Content Remove="orchestrator.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="generated\" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 7aaa235

Please sign in to comment.