(Created target blank page For Version: PSAAS:Public) |
(Update with the copy of version: 8.5.0) |
||
Line 1: | Line 1: | ||
− | <!-- | + | = Configuration = |
+ | == Description == | ||
+ | StatsService share the configuration namespace '_genesys.cxwidget.stats'. StatsService has connection settings to fetch EWT details from each channel. | ||
+ | == Example == | ||
+ | <pre> | ||
+ | window._genesys.cxwidget.stats = { | ||
+ | |||
+ | ajaxTimeout: 3000, | ||
+ | |||
+ | ewt: { | ||
+ | |||
+ | dataURL: 'http://10.0.0.121:7777/genesys/1/service/ewt-for-vq', | ||
+ | apikey: 'n3eNkgLLgLKXREBMYjGm6lygOHHOK8VA' | ||
+ | } | ||
+ | }; | ||
+ | </pre> | ||
+ | == Options == | ||
+ | {| | ||
+ | |- | ||
+ | ! Name | ||
+ | ! Type | ||
+ | ! Description | ||
+ | ! Default | ||
+ | ! Required | ||
+ | |- | ||
+ | | ajaxTimeout | ||
+ | | number | ||
+ | | Number of milliseconds to wait before AJAX timeout | ||
+ | | 3000 | ||
+ | | n/a | ||
+ | |- | ||
+ | | ewt.apikey | ||
+ | | string | ||
+ | | Apigee Proxy secure token | ||
+ | | n/a | ||
+ | | Yes, if using Apigee Proxy | ||
+ | |- | ||
+ | | ewt.dataURL | ||
+ | | URL String | ||
+ | | URL of GMS server | ||
+ | | n/a | ||
+ | | Always | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | [[Category:V:PSAAS:Public]] |
Revision as of 13:39, August 10, 2017
Configuration
Description
StatsService share the configuration namespace '_genesys.cxwidget.stats'. StatsService has connection settings to fetch EWT details from each channel.
Example
window._genesys.cxwidget.stats = { ajaxTimeout: 3000, ewt: { dataURL: 'http://10.0.0.121:7777/genesys/1/service/ewt-for-vq', apikey: 'n3eNkgLLgLKXREBMYjGm6lygOHHOK8VA' } };
Options
Name | Type | Description | Default | Required |
---|---|---|---|---|
ajaxTimeout | number | Number of milliseconds to wait before AJAX timeout | 3000 | n/a |
ewt.apikey | string | Apigee Proxy secure token | n/a | Yes, if using Apigee Proxy |
ewt.dataURL | URL String | URL of GMS server | n/a | Always |
Comments or questions about this documentation? Contact us for support!