Skip to content

Commit

Permalink
Added time on "who works in x office" cards (#619)
Browse files Browse the repository at this point in the history
* Added time on "who works in x office" cards

* fixed indentation
  • Loading branch information
BrookJeynes authored Sep 4, 2023
1 parent 9ac9bc9 commit ea6501c
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,17 @@
"data": {
"intent": "GetCurrentEmployeesOnLocation",
"location": "${dialog.location}",
"rawDateTime": "${utcNow('yyyy-MM-dd')}",
"rawDateTime": {
"type": "datetime",
"values": [
{
"timex": "PRESENT_REF",
"resolution": [
{ "value": "${utcNow('yyyy-MM-dd')}" }
]
}
]
},
"msteams": {
"type": "messageBack",
"displayText": "Who is in the ${dialog.location} office right now?"
Expand Down

0 comments on commit ea6501c

Please sign in to comment.