diff --git a/chatbot/data/intents.json b/chatbot/data/intents.json index ffdeea1..7544c12 100644 --- a/chatbot/data/intents.json +++ b/chatbot/data/intents.json @@ -7,6 +7,13 @@ "jak do ciebie mówić", "jak cię zwać", "jak cię nazywać", - "jak masz na imie" + "jak masz na imie", + "kim jesteś", + "czym jesteś", + "hej", + "siema", + "witaj", + "witam", + "cześć" ] } \ No newline at end of file diff --git a/chatbot/data/response.json b/chatbot/data/response.json index a138516..407c32f 100644 --- a/chatbot/data/response.json +++ b/chatbot/data/response.json @@ -2,10 +2,18 @@ "ask_name": [ "Witaj, nazywam się Dia.", "Cześć! Jestem Dia.", - "Hej, jestem Dia." + "Hej, jestem Dia.", + "Witaj! Nazywam się Dia.", + "Cześć, jestem Dia.", + "Hej! Jestem Dia.", + "Jestem Dia. Miło mi Cię poznać.", + "Witaj, jestem chatbot Dia." ], "unknown": [ "Przepraszam, nie rozumiem. Możesz to powtórzyć?", + "Nie jestem pewien, co masz na myśli. Czy możesz to wyjaśnić?", + "Nie rozumiem. Możesz to powtórzyć?", + "Nie jestem pewien, co masz na myśli. Możesz to wyjaśnić?", "Nie jestem pewien, co masz na myśli. Czy możesz to wyjaśnić?" ] }