Skip to content

Commit 4fd47e2

Browse files
author
Bob Potterveld
committed
Reset default values in config.dev.json.
1 parent 860051b commit 4fd47e2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

lex-web-ui/src/config/config.dev.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"region": "us-east-1",
33
"cognito": {
4-
"poolId": "us-east-1:6c4e2dc5-8bc4-49dc-a4c9-1cec167ce3e6",
5-
"appUserPoolClientId": "9m3skarjt5b5mpsvthfa8d5e8",
6-
"appUserPoolName": "us-east-1_ELiCPWyks",
7-
"appDomainName": "lexktestkvdkidentitypoolconfigkqtrdhvlydmth867271886751.auth.us-east-1.amazoncognito.com",
4+
"poolId": "",
5+
"appUserPoolClientId": "",
6+
"appUserPoolName": "",
7+
"appDomainName": "",
88
"aws_cognito_region": "us-east-1",
99
"region": "us-east-1"
1010
},
1111
"lex": {
12-
"v2BotId": "XEFGXXWCHS",
13-
"v2BotAliasId": "PRZOQOS9YU",
14-
"v2BotLocaleId": "en_US,de_DE",
15-
"botName": "XEFGXXWCHS",
12+
"v2BotId": "",
13+
"v2BotAliasId": "",
14+
"v2BotLocaleId": "",
15+
"botName": "",
1616
"botAlias": "$LATEST",
17-
"initialText": "Book a trip?",
18-
"initialSpeechInstruction": "Say 'Book Trip' to get started.",
17+
"initialText": "Type 'Buy Flowers' to get started.",
18+
"initialSpeechInstruction": "Say 'Buy Flowers' to get started.",
1919
"initialUtterance": "",
2020
"reInitSessionAttributesOnRestart": false,
2121
"region": "us-east-1",
@@ -24,7 +24,7 @@
2424
},
2525
"ui": {
2626
"parentOrigin": "",
27-
"toolbarTitle": "Book Trip V3",
27+
"toolbarTitle": "Order Flowers",
2828
"toolbarLogo": "",
2929
"positiveFeedbackIntent": "Thumbs up",
3030
"negativeFeedbackIntent": "Thumbs down",
@@ -50,7 +50,7 @@
5050
"preset": "speech_recognition"
5151
},
5252
"iframe": {
53-
"iframeOrigin": "https://dcs1nipvml7ap.cloudfront.net",
53+
"iframeOrigin": "",
5454
"shouldLoadIframeMinimized": false,
5555
"iframeSrcPath": "/index.html#/?lexWebUiEmbed=true"
5656
}

0 commit comments

Comments
 (0)