Jump to: navigation, search
(Update with the copy of version: draft)
(Automated save: adding PEC_Migrated template.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= Configuration =
 
= Configuration =
== Description ==
 
Callback and CallbackService share the configuration namespace '_genesys.widgets.callback'. Callback has UI options while CallbackService has connection options.
 
== Example ==
 
<pre>
 
window._genesys.widgets.callback = {
 
  
apikey: 'n3eNkgLLgLKXREBMYjGm6lygOHHOK8VA',
+
{{Template:PEC_Migrated}}
dataURL: 'http://fce-w0147.us.int.genesyslab.com:8010/genesys/1/service/callback/samples',
 
userData: {},
 
countryCodes: true,
 
formValidation: false,
 
immediateCallback: true,
 
        scheduledCallback: true,
 
        ewt: {
 
                queue: "chat_ewt_test",
 
                immediateCallback: {
 
                    thresholdMin: 10,
 
                    thresholdMax: 3000
 
                }
 
        },
 
};
 
</pre>
 
  
== Options ==
+
 
{|
+
{{NoteFormat|Documentation for this software has moved to a new home. Please update links and bookmarks to content hosted at https://all.docs.genesys.com/WID/Current/SDK/Callback-combined#Configuration.}}
|-
 
! Name
 
! Type
 
! Description
 
! Default
 
! Required
 
|-
 
| countryCodes
 
| boolean
 
| Enable/disable country flags display for phone numbers.
 
| true
 
| n/a
 
|-
 
| immediateCallback
 
| boolean
 
| Enable/disable the 'As Soon As Possible' option. Set value to true to enable.
 
| true
 
| n/a
 
|-
 
| scheduledCallback
 
| boolean
 
| Enable/disable the scheduling option. Set value to true to enable.
 
| true
 
| n/a
 
|-
 
| ewt.queue
 
| string
 
| EWT service channel virtual queue.
 
| none
 
| always required if the range for EWT is configured.
 
|-
 
| ewt.immediateCallback.thresholdMin
 
| string
 
| If EWT is less than this minimum threshold value (seconds), the 'As Soon As Possible' option will be disabled.
 
| none
 
| none
 
|-
 
| ewt.immediateCallback.thresholdMax
 
| string
 
| If EWT is more than this maximum threshold value (seconds), the 'As Soon As Possible' option will be disabled.
 
| none
 
| none
 
|-
 
| formValidation
 
| boolean
 
| Enable/Disable browser form validations.
 
| true
 
| n/a
 
|-
 
|}
 
  
 
[[Category:V:PSAAS:Public]]
 
[[Category:V:PSAAS:Public]]

Latest revision as of 22:35, June 21, 2020

Configuration

Important
This content may not be the latest Genesys Engage cloud content. To find the latest content, go to Genesys Engage cloud for Administrators.


Important
Documentation for this software has moved to a new home. Please update links and bookmarks to content hosted at https://all.docs.genesys.com/WID/Current/SDK/Callback-combined#Configuration.
This page was last edited on June 21, 2020, at 22:35.
Comments or questions about this documentation? Contact us for support!