Skip to content

Commit 46b4c84

Browse files
author
Bob Potterveld
committed
distribution build for v0.19.0
1 parent 9bf680c commit 46b4c84

13 files changed

+447
-196
lines changed

dist/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
var chatbotUiConfig = {
3535
lex: {
3636
sessionAttributes: {
37+
/* QNAClientFilter: '', */
3738
userAgent: navigator.userAgent
3839
}
3940
}

dist/lex-web-ui-loader.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui-loader.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui-loader.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.js

Lines changed: 422 additions & 178 deletions
Large diffs are not rendered by default.

dist/lex-web-ui.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/parent.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@
3434
iframe: {
3535
// origin hosting the HTML file that will be embedded in the iframe
3636
iframeOrigin: 'https://iframe-host.example.org'
37-
}
37+
},
38+
lex: {
39+
sessionAttributes: {
40+
userAgent: navigator.userAgent,
41+
QNAClientFilter: ''
42+
}
43+
}
3844
*/
3945
};
4046

dist/wav-worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/wav-worker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/master-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ Resources:
493493
CodeBuildProjectName: !Ref CodeBuildName
494494
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
495495
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
496-
Timestamp: 1634908350
496+
Timestamp: 1635440042
497497

498498
Outputs:
499499
BotName:

templates/master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ Resources:
578578
ConnectChatEndedMessage: !Ref ConnectChatEndedMessage
579579
ConnectAttachChatTranscript: !Ref ConnectAttachChatTranscript
580580
ConnectLiveChatTerms: !Ref ConnectLiveChatTerms
581-
Timestamp: 1634908350
581+
Timestamp: 1635440042
582582

583583
CognitoIdentityPoolConfig:
584584
Type: AWS::CloudFormation::Stack
@@ -592,7 +592,7 @@ Resources:
592592
CodeBuildProjectName: !GetAtt CodeBuildDeploy.Outputs.CodeBuildProject
593593
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
594594
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
595-
Timestamp: 1634908350
595+
Timestamp: 1635440042
596596

597597
Outputs:
598598
BotName:

0 commit comments

Comments
 (0)