We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9177c03 commit 3a4f4afCopy full SHA for 3a4f4af
src/types/WebChatConfig.ts
@@ -28,7 +28,7 @@ interface WebChatConfig {
28
* Which data center your integration was created in. e.g. 'us-south', 'us-east', 'jp-tok' 'au-syd', 'eu-gb',
29
* 'eu-de', etc.
30
*/
31
- region: 'local' | 'dev' | 'staging' | 'us-south' | 'us-east' | 'jp-tok' | 'au-syd' | 'eu-gb' | 'eu-de' | 'kr-seo';
+ region: string;
32
33
/**
34
* The service instance ID of the Assistant hosting your web chat integration.
0 commit comments