feat(BOOK-577): Added chatbot functionality for SE
Approved-by: Bianca Widstam
This commit is contained in:
@@ -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]: [],
|
||||
|
||||
Reference in New Issue
Block a user