Skip to content

Commit

Permalink
Add Interactions LexV2Provider and React example (#10167)
Browse files Browse the repository at this point in the history
  • Loading branch information
thefat32 authored Aug 9, 2022
1 parent 360bde2 commit 23503ea
Show file tree
Hide file tree
Showing 8 changed files with 996 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/aws-amplify-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
}
},
"dependencies": {
"pako": "^2.0.4",
"qrcode.react": "^0.8.0",
"regenerator-runtime": "^0.11.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ export const chatBot = {
sendMessageButton: 'chatbot-send-message-button',
};

export const chatBotLex2 = {
title: 'chatbot-lex-2-title',
dialog: 'chatbot-lex-2-dialog',
messageInput: 'chatbot-lex-2-message-input',
sendMessageButton: 'chatbot-lex-2-send-message-button',
};

export const auth = {
signIn,
signOut,
Expand Down
Loading

0 comments on commit 23503ea

Please sign in to comment.