From ea6501cd6da2ee7fa1cd43ae20d065bbaf076dc2 Mon Sep 17 00:00:00 2001 From: "Brook Jeynes [SSW]" Date: Mon, 4 Sep 2023 15:12:50 +1000 Subject: [PATCH] Added time on "who works in x office" cards (#619) * Added time on "who works in x office" cards * fixed indentation --- .../en-us/GetPeopleBasedOnLocationDialog.en-us.lg | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bots/employee-finder/src/SSW.SophieBot/dialogs/GetPeopleBasedOnLocationDialog/language-generation/en-us/GetPeopleBasedOnLocationDialog.en-us.lg b/bots/employee-finder/src/SSW.SophieBot/dialogs/GetPeopleBasedOnLocationDialog/language-generation/en-us/GetPeopleBasedOnLocationDialog.en-us.lg index 114dae6c..4ee6f766 100644 --- a/bots/employee-finder/src/SSW.SophieBot/dialogs/GetPeopleBasedOnLocationDialog/language-generation/en-us/GetPeopleBasedOnLocationDialog.en-us.lg +++ b/bots/employee-finder/src/SSW.SophieBot/dialogs/GetPeopleBasedOnLocationDialog/language-generation/en-us/GetPeopleBasedOnLocationDialog.en-us.lg @@ -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?"