Genesys Voice Platform unifies web and VoIP telephony networks to enable new and powerful voice self-service applications. Kore.ai XO Platform’s Genesys Agent integration allows you to seamlessly hand off the virtual assistant conversations to your live agents on Genesys.
This post provides the configuration steps for enabling the Genesys Agent integration. Use the configurations provided below as general guidelines, as there could be some differences based on the version of the Intercom that you are using.
Overview
Kore.ai’s Virtual Assistant (VA) serves as the central point of interaction for the users. In addition to its regular capabilities, the VA acts as a proxy or intermediary between the users and the Genesys agents to hand over conversations seamlessly. The VA also allows you to integrate with the Intercom platform. The VA facilitates communication and interaction between the user and the Genesys agent using the chat module.
The XO Platform supports the following Genesys integration methods for agent transfer:
- WebChat: Genesys WebChat allows agents to engage in real-time, text-based conversations with customers, similar to instant messaging. The system routes chat requests based on agent skills, availability, or queue rules. Agents can handle multiple chats at once, depending on configuration. During a chat, agents can use canned responses, follow scripts, and request supervisor assistance. When escalation or specialized support is needed, agents can transfer the active chat to another agent or queue without interrupting the customer experience.
- Web Messaging: Genesys Web Messaging supports asynchronous and real-time conversations with a persistent chat history. Agents can view the full customer journey, respond across sessions, and use features like quick replies and rich media. When needed, agents can transfer the ongoing conversation to another agent or queue without losing context, ensuring a seamless and consistent experience.
Current Limitations of WebMessaging
As of now, the following features are not supported and will be available in the upcoming release:
- Resuming the same Interaction again
- File Attachments
- Metadata Transfer
- Rich Media Messaging
Configuration
To configure the agent, follow these steps:
Step 1. Add the Genesys Cloud login URL
- Log in to your Genesys Cloud account. The login URL will be visible in your browser’s address bar e.g., https://login.mypurecloud.com.
- Copy the URL and keep it for future use.
- Alternatively, you can also get your region-specific “Genesys Cloud login URL” by referring to this Genesys Cloud region URL’s info.
Step 2. Retrieve the Organization ID
- To retrieve your organization ID, please follow the steps mentioned in Find your Organization ID.
- Copy the ID and keep it for future use.
Step 3. Create a Queue
- Navigate to Admin > Contact Center > Queues.
- Click Create Queue.
- Enter the queue name, and select the appropriate division.
- Click Save and navigate to the Queue settings screen.
- Assign agents or groups as queue members.
- Configure routing methods and other queue settings as needed.
- Click Save.
- Copy the queue name and keep it for future use.
Step 4. Create an Inbound Message Flow
- Navigate to Admin > Architect.
- Hover over the Flows menu and select Inbound Message Flow.
- Click Add to create a new inbound message flow.
- Enter a unique name and (optionally) a description of the flow.
- Select the appropriate division for the flow.
- Click Create Flow to open the flow configuration page.
- In the flow editor, add a Transfer to ACD action and select the target queue for agent transfer.
- Configure any additional logic or error handling as needed.
- Validate and Publish the flow to make it available for routing.
Step 5. Create a Deployment Key
For WebChat
- Navigate to Admin > Contact Center > Widgets.
- Click Create Widget, select the widget type as Third Party, and save it.
- In the widget settings, select Route to Flow.
- Choose the Inbound Message flow you have created in Architect for routing.
- Once saved, the system will display a Deployment Key.
- Copy this key and keep it for future use.
For WebMessaging
- Navigate to Admin > Message > Messenger Configurations and click New Configuration.
- Enter a name and description, then under Labels & Languages Support, choose the supported languages and set the default language.
- In the Apps tab, set Conversation Disconnect to Display conversation status and disconnect session, and click Save.
- Navigate to Admin > Message > Messenger Deployments and click Create New Deployment.
- Enter a deployment name, select the Messenger configuration you have created, and for Supported Content Profile, choose WebMessaging Legacy Default.
- Set domain restrictions as needed.
- For Select your Architect Flow, choose the inbound message flow you have created.
- Click Save to generate the Deployment Key, then copy the same and keep it for future use.
Step 6. Add the WebSocket URL
Note: If you are configuring WebChat, skip to step no 7: Enable the Genesys Agent.
- Go to the following link to find your region’s Genesys WebSocket URL: Genesys WebSocket Region Info.
- Locate the WebSocket address that matches your Genesys Cloud region.
- Copy the WebSocket URL (e.g., wss://streaming.mypurecloud.com/v2/websocket) and keep it for future use.
Step 7: Enable the Genesys Agent
- Log in to the Kore.ai XO Platform: https://bots.kore.ai/botbuilder
- Select a Virtual Assistant for which you want to configure the Genesys agent.
- Navigate to Build > Integrations > Agent Transfer > Chat and click the Genesys button.
- Click the Configurations tab and enter the following credentials for the Genesys Agent:
- Genesys Cloud login URL: URL of your Genesys AWS Region, which will allow the platform to route the conversation requests to the provided Genesys AWS region. This is a mandatory field. You can find the URL of your region through the link provided in the field.
- Organization_Id: The organization ID hosted on Genesys.
- Deployment_Id: The deployment ID of your Genesys account.
- Queue Name: The unique queue name.
- Genesys Web socket URL: The unique web socket URL (applicable only for WebMessaging).
- If you want to make Genesys the default agent, enable the Default Agent System for all bot channels option.
Note: This option is available only when you have multiple agents configured for your VA. - You can customize the channel mapping by clicking the Manage link.
- Once you click Manage, you can map the channels for which you want to use the Genesys agent to hand over the conversations. To learn more about channel enablement, see Adding channels to your bot.
- After mapping channels, click Done.
- Click Save to enable the Genesys agent.
- Publish the VA. For more information, see Publishing Bot.
Execution
This section helps you verify how the conversations from the Kore.ai XO Platform are handed over to the Genesys agent after enabling it.
To verify the data exchange between Kore.ai’s VA and Genesys agent, follow these steps:
- Open a virtual assistant for which you have enabled the Genesys agent.
- Create a new Agent Transfer Node task. For example, create a PlatformAgent task with the AgentTransfer node and configure it to use the Genesys agent. For more information, read the Agent Transfer Node article.
- Click the Talk to Bot icon to launch the VA and enter Help.
- When a user initiates the chat from the VA, it transfers the conversation to the Genesys agent and sends a message to the user.
- Agent receives a notification about this on Genesys.
- Now, the connection between the Genesys agent and the user has been established, and the conversation continues.