we have one call center located in Quebec to handle the french calls and one call center in Ontario to handle the english calls. We are using Interaction Workspace as agent desktop. Since we are using IW as our agent desktop, attached data must be configured using business attributes.
We would like to be able to use a single Business Attribute weither the call is routed to a french speaking agent or an english speaking agent but we would like to be able to change the display name in the IW window to fit with the agent spoken language.
Here is a very simple example:
Lets say that we are attaching the âcustomer nameâ âRobertâ.
We will need to define the Business Attribute âCustNameâ and the Display name will be âCustomerâs Nameâ
The english speaking agent will see the following attached data in IW âCustomer Name: Robertâ
If the call would be for the french speaking agent, we would like IW to show âNom du Client: Robertâ
If it is not possible then we will have to define two different business attributes for every data we will want to attach.
Thank you
There exists âout-of-boxâ solution for you - itâs possible to override name of Business Attribute that is used to render attached data from routing strategy. You can find more in Interaction Workspace 8.1 Deployment Guide in âOverriding Options by Using a Routing Strategyâ section.
Briefly:
1/ You have to define two business attributes e.g. IWS_French, IWS_English
2/ Add new attribute to IWS_French
Name: customer name
Display Name: Nom du Client
3/ Add new attribute to IWS_English
Name: customer name
Display Name: Customerâs name
4/ Add new List object - IWS_Config_French - with following options
[interaction-workspace]
interaction.case-data.format-business-attribute = IWS_French
5/ Add new List object - IWS_Config_English - with following options
[interaction-workspace]
interaction.case-data.format-business-attribute = IWS_English
6/ Set âinteraction.override-optionsâ option of IWS application to e.g. IWS_Config
7/ Attach User Data key âIWS_Configâ with value âIWS_Config_Frenchâ or âIWS_Config_Englishâ to the call based on language
It should be possible as Interaction Workspace parameters could be specified on agentâs Annex tab as well. Donât forget to change the
âinteraction.override-option-keyâ parameter (= disable it) as I assume that parameterâs value provided by routing has higher priority.
R.
PS. I didnât have time to test it so no guarantee
once again your intervention have been very helpful. I simply added the two parameters in the âOptionsâ tab of the agent configuration with the business attribute objectâs name as value and VoilĂ ! ;D
Your posting has been very helpful in understanding the âCustom Localization of Interaction Workspaceâ.
I am working with the client in Canada where the iWS needs to be configured for Chat interactions in French .
Based on my research, I came to the following understanding to configure the iWS with the French language.
Install the regular iWS on the Agentâs workstation.
Deploy the Language pack for French, which deploys the set of XML files in the âLanguagesâ directory.
I am assuming that Genesys provides the language pack.
Define standard responses in French to be used by the Agent.
Override any iWS options through the routing as discussed in this posting.
Have the customer side of the Chat window rendered in French and let the user type his/her messages in French.
Am I missing any steps in this?
Thanks for your feedback.