forked from microsoft/botframework-solutions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from microsoft/master
latest upstream updates
- Loading branch information
Showing
20 changed files
with
145 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,10 +50,16 @@ A Bot Framework Skill app (in C#) that greets a new user. | |
5. Install Bot Framework (CLI) tool dependencies. It's important to do this even if you have earlier versions as we make use of the latest capabilities: | ||
|
||
``` | ||
npm install -g botdispatch ludown luis-apis qnamaker [email protected] botskills | ||
npm install -g botdispatch ludown luis-apis qnamaker [email protected] | ||
``` | ||
|
||
6. Install the [Azure Command Line Tools (CLI)](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest) | ||
6. Install Botskills (CLI) tool: | ||
|
||
``` | ||
npm install -g botskills | ||
``` | ||
|
||
7. Install the [Azure Command Line Tools (CLI)](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest) | ||
|
||
## Create your Skill | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,11 +46,16 @@ A Virtual Assistant app (in C#) that greets a new user. | |
5. Download and install the Bot Framework (CLI) tool dependencies. It's important to do this even if you have earlier versions as the Virtual Assistant makes use of the latest capabilities: | ||
|
||
``` | ||
npm install -g botdispatch ludown luis-apis qnamaker [email protected] botskills | ||
npm install -g botdispatch ludown luis-apis qnamaker [email protected] | ||
``` | ||
6. Install Botskills (CLI) tool: | ||
|
||
``` | ||
npm install -g botskills | ||
``` | ||
|
||
6. Download and install the [Azure Command Line Tools (CLI)](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest). | ||
7. Download and install the [Bot Framework Emulator](https://aka.ms/botframework-emulator). | ||
7. Download and install the [Azure Command Line Tools (CLI)](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest). | ||
8. Download and install the [Bot Framework Emulator](https://aka.ms/botframework-emulator). | ||
|
||
## Create your assistant | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,16 +48,22 @@ A Bot Framework Skill app (in TypeScript) that greets a new user. | |
3. Install Bot Framework (CLI) tool dependencies. It's important to do this even if you have earlier versions as we make use of the latest capabilities: | ||
|
||
``` | ||
npm install -g botdispatch [email protected] luis-apis qnamaker [email protected] botskills | ||
npm install -g botdispatch [email protected] luis-apis qnamaker [email protected] | ||
``` | ||
|
||
4. Install [Yeoman](http://yeoman.io) | ||
4. Install Botskills (CLI) tool: | ||
|
||
``` | ||
npm install -g botskills | ||
``` | ||
|
||
5. Install [Yeoman](http://yeoman.io) | ||
|
||
``` | ||
npm install -g yo | ||
``` | ||
|
||
5. Install the [Azure Command Line Tools (CLI)](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest). | ||
6. Install the [Azure Command Line Tools (CLI)](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest). | ||
|
||
## Create your Skill | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,16 +46,22 @@ A Virtual Assistant app (in TypeScript) that greets a new user. | |
3. Download and install Bot Framework (CLI) tool dependencies. It's important to do this even if you have earlier versions because the Virtual Assistant makes use of the latest capabilities: | ||
|
||
```shell | ||
npm install -g botdispatch ludown luis-apis qnamaker [email protected] botskills | ||
npm install -g botdispatch ludown luis-apis qnamaker [email protected] | ||
``` | ||
|
||
4. Install [Yeoman](http://yeoman.io) | ||
4. Install Botskills (CLI) tool: | ||
|
||
``` | ||
npm install -g botskills | ||
``` | ||
|
||
5. Install [Yeoman](http://yeoman.io) | ||
|
||
```shell | ||
npm install -g yo | ||
``` | ||
|
||
5. Install the [Azure Command Line Tools (CLI)](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest). | ||
6. Install the [Azure Command Line Tools (CLI)](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest). | ||
|
||
## Create your assistant | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.