LIVE EXPERIENCE CONFIGURATION

Oracle Live Experience Cloud

Oracle Live Experience Cloud , a customer engagement service for the mobile generation. With the mobile and digital landscape shaping the way customers interact with businesses, business must quickly adapt to changing expectations to deliver frictionless, real-time, contextual experiences across channels. With Oracle Live Experience Cloud, business can address these new requirements and bring a new dimension to their mobile and business applications by being able to serve customers in the way that best meets their needs, be it HD voice, HD video, screen sharing, and annotations.

Enabling Live Experience Cloud Service within OBDX Application.

Prerequisites-

If above mentioned prerequisites are satisfied then please do the following configurations in order to enable live experience in OBDX-

LIVE_EXP_ENABLED_PRELOGIN and LIVE_EXP_ENABLED_PRELOGIN are the two property flags maintained in the OBDX system which allows the user to enable/disable Live Experience service. The above mentioned properties are by default set to ‘No’ i.e. in order to enable it set values of flags to ‘Yes’ , which will further allow users to use live experience service.

In order to enable live experience for either pre-login or post-login scenarios execute the following script on the database schema-

LIVE_EXP_ENABLED_PRELOGIN is use to enable/disable the live experience before the login flow so in order to enable live experience for pre-login scenarios execute the following script on database schema-

update DIGX_FW_CONFIG_ALL_B set PROP_VALUE='Yes' WHERE PROP_ID='LIVE_EXP_ENABLED_PRELOGIN';

LIVE_EXP_ENABLED_POSTLOGIN property is use to enable/disable the Live Experience feature in post login scenario. And hence in order to enable live experience for post-login scenarios execute the following script on database schema-

update DIGX_FW_CONFIG_ALL_B set PROP_VALUE='Yes' WHERE PROP_ID='LIVE_EXP_ENABLED_POSTLOGIN';

Live Experience Configuration

Live Experience Configuration

Live Experience Configuration

Live Experience Configuration

Live Experience Configuration

Live Experience Configuration

Live Experience Configuration

Above mentioned steps are required for enabling the live Experience cloud service within OBDX application.

In addition to this each individual user has further granular control of enabling or disabling the live Experience service by enabling/disabling corresponding preference within user preferences.

Live Experience Configuration

Note: If admin level control property/flag LIVE_EXP_ENABLED_POSTLOGIN is set to ‘No’ then user cannot override the preference to enable the live experience i.e. in that case Live experience service will be disabled for all the user irrespective of their preferences.)

If the Live Experience service is enabled at administrative as well as user level in either pre-login or post-login scenarios the Live Experience widget appears on the screen to proactively prompt customer for engagement with bank associate.

Live Experience Configuration

When clicked on the prompted widget , depending on the Customer engagement scenarios configured by the bank customer will be able to interact dynamically with bank associate using any combination of voice, video and screen share.

Home