Created
February 26, 2025 18:38
-
-
Save christopherarter/1352a761ab9c5be7683c08ed8ed8fac2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function App() { | |
| const credentials: AWSServiceConfig = { | |
| awsEndpoint: "<lambda endpoint>", | |
| region: "us-east-1", | |
| ban: "<uuid>", | |
| ContactFlowId: "71267879-1f33-47ce-8eac-b5004a934317", | |
| InstanceId: "a7ef5c14-c2d8-4ba4-bff5-4ceb59bf3622", | |
| PersistentChat: { | |
| RehydrationType: "ENTIRE_PAST_SESSION", | |
| }, | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment