forked from watson-developer-cloud/assistant-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
15 lines (14 loc) · 739 Bytes
/
Copy pathconfig.js
File metadata and controls
15 lines (14 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This is the standard web chat configuration object. You can modify these values with the embed code for your
// own assistant if you wish to try this example with your assistant. You can find the documentation for this at
// https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html?to=api-configuration#configurationobject.
const config = {
integrationID: '07b05ae0-7e2e-47d1-a309-d0f5b9915ac5',
region: 'us-south',
serviceInstanceID: '9a3613d2-3ce6-4928-8eb6-4d659d87ae68',
subscriptionID: null,
headerConfig: {
// The application will animate the side panel to the left or right based on this value.
closeButtonIconType: 'side-panel-right', // side-panel-left or side-panel-right
},
};
export { config };