From 64e8742aada559c0a611b6361aa689b6b528b7f3 Mon Sep 17 00:00:00 2001 From: louistiti Date: Fri, 4 Mar 2022 00:03:34 +0800 Subject: [PATCH] refactor(skill/birthday): birthday != birth date --- skills/leon/birthday/nlu/en.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/skills/leon/birthday/nlu/en.json b/skills/leon/birthday/nlu/en.json index 406314d9..fd8bb8fd 100644 --- a/skills/leon/birthday/nlu/en.json +++ b/skills/leon/birthday/nlu/en.json @@ -47,12 +47,17 @@ ], "answers": { "birthday_found": [ - "%person%'s birthday is the %birth_date%", + "%person%'s birthday is the %birthday%", "%person% is born the %birth_date%" ], "birthday_not_found": [ "I'm not sure to remember, would you please tell me what is %person%'s birth date?", "I do not know, please share %person% birth date." + ], + "birthday_understood": [ + "Gotcha, %person%'s birth date is the %birth_date%.", + "Well noted, %person% is born the %birth_date%.", + "Understood! %person%'s birthday is the %birthday%." ] } },