Skip to content

Commit ee9806c

Browse files
committed
Updated to support set and get, tested.
1 parent 7b5dbed commit ee9806c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Scenarios/COVID-19 Assessment.scenario.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "COVID-19 Assessment",
3-
"id": "68e331d5-2a17-40e5-8f7d-0af146a4e8e1",
3+
"id": "46cb9fcf-6514-4127-8f42-fc947ae454b0",
44
"scenario_trigger": "covid19_assessment",
55
"description": "Provide guidance to patients on COVID-19 with a remote virtual assessment",
66
"active": true,
7-
"updated": "2020-04-15T19:30:41.123Z",
7+
"updated": "2020-04-15T20:53:45.205Z",
88
"userDisplayName": "Chris Mayo",
99
"code": {
1010
"version": 3,
@@ -17,7 +17,7 @@
1717
"yLocation": 60,
1818
"next": "cace401dfe02-61d5f27faaca275a-bb18"
1919
},
20-
"text": "Hi, I'm here to guide you through the Coronavirus Assessment Tool.\r\n\r\nIf you’re experiencing a life- or limb-threatening emergency, call [911](tel:911) or the number for your local emergency service.\r\n\r\nI’m not a substitute for professional medical advice, diagnosis, or treatment. Always consult a medical professional for serious symptoms or emergencies.",
20+
"text": "Demo - Hi, I'm here to guide you through the Coronavirus Assessment Tool.\r\n\r\nIf you’re experiencing a life- or limb-threatening emergency, call [911](tel:911) or the number for your local emergency service.\r\n\r\nI’m not a substitute for professional medical advice, diagnosis, or treatment. Always consult a medical professional for serious symptoms or emergencies.",
2121
"stringId": "stringId_16f852e50d202222",
2222
"label": "Welcome"
2323
},

getScenarios.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Set-PsEnv
55

66
Import-Module -Name ./Scripts/ScenarioImportExport/HCBotScenarioIE/;
77
# Export Scenarios from the bot instance specified in .env variables to the ./Scenarios folder.
8-
Get-HCBScenario -Tenant $env:SOURCE_TENANT_NAME -SaveToFolder ./Scenarios -ParseCode -JwtSecret $env:SOURCE_JWT_SECRET -InformationAction Continue;
8+
Get-HCBScenario -Tenant $env:MY_DEV_TENANT_NAME -SaveToFolder ./Scenarios -ParseCode -JwtSecret $env:MY_DEV_JWT_SECRET -InformationAction Continue;

setScenarios.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Set-PsEnv
55

66
Import-Module -Name ./Scripts/ScenarioImportExport/HCBotScenarioIE/;
77
# Export Scenarios from the bot instance specified in .env variables to the ./Scenarios folder.
8-
Set-HCBScenario -FromFolder ./Scenarios -Tenant $env:SOURCE_TENANT_NAME -JwtSecret $env:SOURCE_JWT_SECRET -InformationAction Continue;
8+
Set-HCBScenario -FromFolder ./Scenarios -Tenant $env:MY_DEV_TENANT_NAME -JwtSecret $env:MY_DEV_JWT_SECRET -InformationAction Continue;

0 commit comments

Comments
 (0)