feat(BOOK-577): Added chatbot functionality for SE

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2025-11-24 14:18:35 +00:00
parent 091c1c3780
commit 2346daec25
3 changed files with 30 additions and 15 deletions
@@ -1,12 +1,8 @@
import { Lang } from "@scandic-hotels/common/constants/language"
export const CHATBOT_SHOW_ROUTES = {
[Lang.en]: [
"/customer-service", // Customer service pages
"/scandic-friends", // My pages
"/hotels", // Hotel pages
],
[Lang.sv]: [],
[Lang.en]: ["/customer-service", "/scandic-friends", "/hotels"],
[Lang.sv]: ["/kundservice", "/scandic-friends", "/hotell"],
[Lang.no]: [],
[Lang.fi]: [],
[Lang.da]: [],
@@ -21,7 +17,11 @@ export const CHATBOT_HIDE_CONDITIONS = {
"/hotels/scandic-berlin-kurfurstendamm",
"/hotels/scandic-hamburg-emporio",
],
[Lang.sv]: [],
[Lang.sv]: [
"/hotell/scandic-berlin-potsdamer-platz",
"/hotell/scandic-berlin-kurfurstendamm",
"/hotell/scandic-hamburg-emporio",
],
[Lang.no]: [],
[Lang.fi]: [],
[Lang.da]: [],