Skip to content

Commit

Permalink
Merge pull request #697 from SSWConsulting/bug_fixes_and_enhancement
Browse files Browse the repository at this point in the history
XS✔ ◾ Bug fixes and enhancement
  • Loading branch information
AttackOnMorty committed May 13, 2024
2 parents 7c94952 + 3162e97 commit 2fabf41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"BotProject": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:3978",
"applicationUrl": "http://localhost:3980",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@
- [Debug] - dialog.locationEntity = ${dialog.locationEntity}

# SendActivity_xUKqy3_text()
- I couldn't find anyone in the **${dialog.locationEntity}** office at this time.
- I couldn't find anyone in the **${dialog.locationEntity}** office.
# SendActivity_xUKqy3()
[Activity
Text = ${SendActivity_xUKqy3_text()}
]

# SendActivity_1H6iXy_text()
- I couldn't find anyone in any of the offices at this time.
- I couldn't find anyone in any of the offices.
# SendActivity_1H6iXy()
[Activity
Text = ${SendActivity_1H6iXy_text()}
]

Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
- IF: ${ device != null }
- ```(Device: ${device})```
- ELSE:
-
- ```(Device: [Unknown](https://github.com/SSWConsulting/SSW.SophieBot/wiki/Frequently-Asked-Questions#1-why-my-device-name-in-the-profile-card-is-unknown))```

# SkillsInfo()
- IF: ${length(turn.intermediateSkills) == 0 && length(turn.advancedSkills) == 0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@

# GetPeopleBasedOnLocation
- who work[s] in [the] ({@geographyV2}|{@site}) [office][?]^
- who is in the ({@geographyV2}|{@site}) office?
- who works in the China office?
- who works in China office?
- who works in China?
Expand Down

0 comments on commit 2fabf41

Please sign in to comment.