Skip to content

Commit

Permalink
Merge pull request #647 from SSWConsulting/645_fix_who_is_on_client_w…
Browse files Browse the repository at this point in the history
…ork_in_china

Fix "who is on client work in china"
  • Loading branch information
AttackOnMorty authored Oct 16, 2023
2 parents 445d9bb + 3aa254c commit 3b7c4ef
Show file tree
Hide file tree
Showing 19 changed files with 321 additions and 1,335 deletions.
83 changes: 0 additions & 83 deletions bots/employee-finder/src/SSW.SophieBot/SSWSophieBot.dialog
Original file line number Diff line number Diff line change
Expand Up @@ -469,89 +469,6 @@
}
]
},
{
"$kind": "Microsoft.OnIntent",
"$designer": {
"id": "mBzfYS",
"name": "OnIntent (GetExpertsByLocation)"
},
"intent": "GetExpertsByLocation",
"entities": [],
"actions": [
{
"$kind": "Microsoft.TraceActivity",
"$designer": {
"id": "6Yd16Q"
},
"name": "SSWSophieBot.OnIntent_GetExpertsByLocation",
"value": "=null"
},
{
"$kind": "Microsoft.IfCondition",
"$designer": {
"id": "ATIN53"
},
"condition": "=exists(@redirect) && length(@redirect.actionType) > 0",
"actions": [
{
"$kind": "Microsoft.TelemetryTrackEventAction",
"$designer": {
"id": "pdzSoX"
},
"eventName": "IntentRedirect",
"properties": {
"SourceIntent": "[email protected]",
"TargetIntent": "GetExpertsByLocation",
"Action": "[email protected]",
"ActionType": "[email protected]"
}
}
]
},
{
"$kind": "Microsoft.EmitEvent",
"$designer": {
"id": "DHZDW5"
},
"eventName": "SetOptions"
},
{
"$kind": "Microsoft.IfCondition",
"$designer": {
"id": "5ewWN6"
},
"condition": "=contains($options.implemented, \"GetExpertsByLocation\")",
"elseActions": [
{
"$kind": "Microsoft.SendActivity",
"$designer": {
"id": "eQ0O3I"
},
"activity": "${SendActivity_eQ0O3I()}"
}
],
"actions": [
{
"$kind": "Microsoft.BeginDialog",
"$designer": {
"id": "eOKgOm"
},
"activityProcessed": true,
"dialog": "GetExpertsByLocationDialog",
"options": {
"skillEntity": "=$options.skill",
"locationEntity": "=coalesce($options.location, 'all')",
"byBillable": "=@byBillable",
"isCurrentLocation": "=@isCurrentLocation",
"experienceLevel": "=coalesce(@experienceLevel, 'Advanced, Intermediate')",
"title": "=@title",
"clientNowSubtitle": "=@clientNowSubTitle"
}
}
]
}
]
},
{
"$kind": "Microsoft.OnIntent",
"$designer": {
Expand Down

This file was deleted.

This file was deleted.

Empty file.
Loading

0 comments on commit 3b7c4ef

Please sign in to comment.