Skip to content

Commit c7ce3c2

Browse files
vishwacsenasgellock
authored andcommitted
Dispatch nodejs (microsoft#487)
* staging. * cleaned up dispatch. updated all recipes * clean up bot file. * updates based on PR feedback. * updates based on PR feedback
1 parent bf6c7c9 commit c7ce3c2

File tree

44 files changed

+3317
-440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3317
-440
lines changed

javascript_nodejs/14.nlp-with-dispatch/deploymentScripts/azuredeploy.json

Whitespace-only changes.

javascript_nodejs/14.nlp-with-dispatch/dialogs/mainDialog/index.js

Lines changed: 0 additions & 76 deletions
This file was deleted.

javascript_nodejs/14.nlp-with-dispatch/index.js

Lines changed: 0 additions & 94 deletions
This file was deleted.

javascript_nodejs/14.nlp-with-dispatch/package.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

samples/javascript_nodejs/02.echobot-with-counter/deploymentScripts/msbotClone/bot.recipe

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@
66
"id": "1",
77
"name": "development",
88
"url": "http://localhost:3978/api/messages"
9+
},
10+
{
11+
"type": "endpoint",
12+
"id": "2",
13+
"name": "production",
14+
"url": "https://your-bot-url.azurewebsites.net/api/messages"
15+
},
16+
{
17+
"type": "abs",
18+
"id": "3",
19+
"name": "echo-Bot"
20+
},
21+
{
22+
"type": "appInsights",
23+
"id": "4",
24+
"name": "echo-Insights"
25+
},
26+
{
27+
"type": "blob",
28+
"id": "5",
29+
"name": "echo-Blob",
30+
"container": "botstatestore"
931
}
1032
]
1133
}

samples/javascript_nodejs/03.welcome-users/deploymentScripts/msbotClone/bot.recipe

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@
66
"id": "1",
77
"name": "development",
88
"url": "http://localhost:3978/api/messages"
9+
},
10+
{
11+
"type": "endpoint",
12+
"id": "2",
13+
"name": "production",
14+
"url": "https://your-bot-url.azurewebsites.net/api/messages"
15+
},
16+
{
17+
"type": "abs",
18+
"id": "3",
19+
"name": "welcome-Bot"
20+
},
21+
{
22+
"type": "appInsights",
23+
"id": "4",
24+
"name": "welcome-Insights"
25+
},
26+
{
27+
"type": "blob",
28+
"id": "5",
29+
"name": "welcome-Blob",
30+
"container": "botstatestore"
931
}
1032
]
1133
}

samples/javascript_nodejs/04.simple-prompt/deploymentScripts/msbotClone/bot.recipe

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@
66
"id": "1",
77
"name": "development",
88
"url": "http://localhost:3978/api/messages"
9+
},
10+
{
11+
"type": "endpoint",
12+
"id": "2",
13+
"name": "production",
14+
"url": "https://your-bot-url.azurewebsites.net/api/messages"
15+
},
16+
{
17+
"type": "abs",
18+
"id": "3",
19+
"name": "prompt-Bot"
20+
},
21+
{
22+
"type": "appInsights",
23+
"id": "4",
24+
"name": "prompt-Insights"
25+
},
26+
{
27+
"type": "blob",
28+
"id": "5",
29+
"name": "prompt-Blob",
30+
"container": "botstatestore"
931
}
1032
]
1133
}

samples/javascript_nodejs/05.multi-turn-prompt/deploymentScripts/msbotClone/bot.recipe

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@
66
"id": "1",
77
"name": "development",
88
"url": "http://localhost:3978/api/messages"
9+
},
10+
{
11+
"type": "endpoint",
12+
"id": "2",
13+
"name": "production",
14+
"url": "https://your-bot-url.azurewebsites.net/api/messages"
15+
},
16+
{
17+
"type": "abs",
18+
"id": "3",
19+
"name": "prompts-Bot"
20+
},
21+
{
22+
"type": "appInsights",
23+
"id": "4",
24+
"name": "prompts-Insights"
25+
},
26+
{
27+
"type": "blob",
28+
"id": "5",
29+
"name": "prompts-Blob",
30+
"container": "botstatestore"
931
}
1032
]
1133
}

samples/javascript_nodejs/06.using-cards/deploymentScripts/msbotClone/bot.recipe

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@
66
"id": "90",
77
"name": "development",
88
"url": "http://localhost:3978/api/messages"
9+
},
10+
{
11+
"type": "endpoint",
12+
"id": "2",
13+
"name": "production",
14+
"url": "https://your-bot-url.azurewebsites.net/api/messages"
15+
},
16+
{
17+
"type": "abs",
18+
"id": "3",
19+
"name": "using-cards-Bot"
20+
},
21+
{
22+
"type": "appInsights",
23+
"id": "4",
24+
"name": "using-cards-Insights"
25+
},
26+
{
27+
"type": "blob",
28+
"id": "5",
29+
"name": "using-cards-Blob",
30+
"container": "botstatestore"
931
}
1032
]
1133
}

samples/javascript_nodejs/07.using-adaptive-cards/deploymentScripts/msbotClone/bot.recipe

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@
66
"id": "198",
77
"name": "development",
88
"url": "http://localhost:3978/api/messages"
9+
},
10+
{
11+
"type": "endpoint",
12+
"id": "2",
13+
"name": "production",
14+
"url": "https://your-bot-url.azurewebsites.net/api/messages"
15+
},
16+
{
17+
"type": "abs",
18+
"id": "3",
19+
"name": "adaptive-cards-Bot"
20+
},
21+
{
22+
"type": "appInsights",
23+
"id": "4",
24+
"name": "adaptive-cards-Insights"
25+
},
26+
{
27+
"type": "blob",
28+
"id": "5",
29+
"name": "adaptive-cards-Blob",
30+
"container": "botstatestore"
931
}
1032
]
1133
}

0 commit comments

Comments
 (0)