-
Notifications
You must be signed in to change notification settings - Fork 28
/
.env.solution.json
79 lines (79 loc) · 2.17 KB
/
.env.solution.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"activeSolution": "241ae1c3-leopard-983c02abe2b3",
"solutions": [
{
"name": "Leopard Test Solution",
"url": "https://teneo-demos-fusion.presales.artificial-solutions.com/leopard/",
"deepLink": "leopard",
"iframeUrl": "https://wi.presales.artificial-solutions.com/leopard-info/",
"sendContextParams": "all",
"contextParams": [
{
"name": "channel",
"values": [
{
"text": "webview",
"active": true
}
]
}
],
"animations": {
"in": "slideInUp",
"out": "flipOutY"
},
"chatTitle": "Speak with Leo",
"responseIcon": "mdi-comment-arrow-right",
"userIcon": "mdi-comment-quote-outline",
"useLocalStorage": false,
"enableLiveChat": false,
"theme": {
"primary": "#1A237E",
"secondary": "#880E4F",
"accent": "#4CAF50",
"success": "#8BC34A",
"info": "#E65100",
"error": "#FF5252",
"warning": "#FFC107",
"dark": "#0062B1",
"custom1": "#6A1B9A",
"custom2": "#0062B1",
"custom3": "#0062B1",
"focusButton": "#C8C4C4",
"sendButton": "#311B92",
"textButton": "#000000"
},
"displayAccent": true,
"knowledgeData": ["What's your name?", "Who created you?"],
"float": true,
"showChatIcons": true,
"asrCorrections": "pizza | Peter\nthiss | that",
"pulseButton": true,
"playResponseBeep": true,
"promptTriggers": {
"enabled": false,
"pollSeconds": "5"
},
"customCssButtonToolbar": "",
"locale": "en-us-female",
"longResponsesInModal": false,
"useInProduction": false,
"font": "leopard-font-medium",
"lookAndFeel": {
"response": {
"iconColor": "error",
"blockBgColor": "white",
"blockTextColor": "dark"
},
"question": {
"iconColor": "accent",
"blockBgColor": "white",
"blockTextColor": "dark"
}
},
"id": "241ae1c3-leopard-983c02abe2b3",
"responseDelay": 0,
"enableAsrTtsOnOpen": false
}
]
}