Skip to content

Commit 37f770e

Browse files
author
codeforequity-at
committed
Linked to Botium
1 parent cb7bb26 commit 37f770e

File tree

6 files changed

+44
-42
lines changed

6 files changed

+44
-42
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "botium-connector-directline3",
33
"version": "0.0.1",
4-
"description": "Botium Connector for Bot Framework Directline 3 API",
4+
"description": "Botium Connector for Bot Framework Direct Line 3 API",
55
"main": "dist/botium-connector-directline3-cjs.js",
66
"module": "dist/botium-connector-directline3-es.js",
77
"scripts": {

samples/botium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Capabilities": {
44
"PROJECTNAME": "Directline3 Plugin Sample",
55
"CONTAINERMODE": "directline3",
6-
"DIRECTLINE3_SECRET": "7O48RCUWWTI.cwA.A9w.XyviXjUVJooJwI6I6zabVQaEAoRK_TIPx50dUazzeE8",
6+
"DIRECTLINE3_SECRET": "<MY_SECRET>",
77
"DIRECTLINE3_WEBSOCKET": true,
88
"DIRECTLINE3_POLLINGINTERVAL": 1000
99
}

samples/botiumFluent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ driver.BuildFluent()
77
.WaitBotSaysText(console.log)
88
.UserSaysText('Show me a hero card')
99
.WaitBotSaysText(console.log)
10-
.UserSaysText('book a room')
10+
.UserSaysText('Hello echo!')
1111
.WaitBotSaysText(console.log)
1212
.Stop()
1313
.Clean()

samples/package-lock.json

Lines changed: 31 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"botium-connector-directline3": "../",
14-
"botium-core": "git://github.com/codeforequity-at/botium-core.git#ENH_55_Directline_API"
14+
"botium-core": "^1.3.13"
1515
}
1616
}

0 commit comments

Comments
 (0)