Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/v4sdk/bot-builder-howto-qna.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ An alternate method for obtaining your knowledge base access values is to use th
3. Run the following command to download your metadata and add it to your bot's configuration file.

```shell
qnamaker get kb --kbId <your-kb-id> --msbot | msbot connect qna --stdin [--secret <your-secret>]
qnamaker get kb --kbId <your-kb-id> --msbot | msbot connect qna --stdin [ --secret <your-secret>]
```
If you've encrypted your configuration file, you will need to provide your secret key to update the file.

Expand Down