forked from aws-samples/aws-lex-web-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default-lex-web-ui-loader-config.json
70 lines (70 loc) · 2.13 KB
/
default-lex-web-ui-loader-config.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
{
"region": "us-east-1",
"cognito": {
"poolId": "",
"aws_cognito_region": "us-east-1",
"region": "us-east-1"
},
"connect": {
"contactFlowId" : "",
"instanceId" : "",
"apiGatewayEndpoint" : "",
"promptForNameMessage": "Before starting a live chat, please tell me your name?",
"waitingForAgentMessage": "Thanks for waiting. An agent will be with you when available.",
"waitingForAgentMessageIntervalSeconds": 60
},
"lex": {
"botName": "OrderFlowers",
"initialText": "You can ask me for help ordering flowers. Just type \"order flowers\" or click on the mic and say it.",
"initialSpeechInstruction": "Say 'Order Flowers' to get started.",
"initialUtterance": "",
"region": "us-east-1",
"retryOnLexPostTextTimeout": false,
"retryCountPostTextTimeout": 1,
"v2BotId": "",
"v2BotAliasId": "",
"v2BotLocaleId": "",
"allowStreamingResponses": false,
"streamingWebSocketEndpoint": "",
"streamingDynamoDbTable": ""
},
"ui": {
"parentOrigin": "http://localhost:8000",
"toolbarTitle": "Order Flowers",
"toolbarLogo": "",
"positiveFeedbackIntent": "Thumbs up",
"negativeFeedbackIntent": "Thumbs down",
"helpIntent": "Help",
"helpContent": {},
"enableLogin": false,
"enableSFX": false,
"forceLogin": false,
"AllowSuperDangerousHTMLInMessage": true,
"shouldDisplayResponseCardTitle": false,
"minButtonContent": "",
"hideInputFieldsForButtonResponse": false,
"pushInitialTextOnRestart": false,
"directFocusToBotInput": false,
"showDialogStateIcon": false,
"backButton": false,
"messageMenu": true,
"hideButtonMessageBubble": false,
"saveHistory": false,
"enableLiveChat": false,
"toolbarStartLiveChatLabel": "Start Live Chat",
"toolbarEndLiveChatLabel": "End Live Chat",
"toolbarStartLiveChatIcon": "people_alt",
"toolbarEndLiveChatIcon": "call_end"
},
"polly": {
"voiceId": "Salli"
},
"recorder": {
"preset": "speech_recognition"
},
"iframe": {
"iframeOrigin": "",
"shouldLoadIframeMinimized": false,
"iframeSrcPath": "/index.html#/?lexWebUiEmbed=true"
}
}