Prerequisites
The Virtual Agent Lite application is installed.
The Conversational Messaging and Agent Workspace applications are installed.
Installing and configuring the Virtual Agent application
In your ServiceNow environment, install the Virtual Agent/AWA Agent Workspace app.
To learn more about this app, see the Advanced Work Assignment page.
2. Once the app is installed, go to Advanced Work Assignment > Service Channels.
3. Navigate to to Advanced Work Assignment > Assignment Rules. If you do not have any rules here click New to create a new object.
4. Click New to create a new object. You can check the parameters that are present on the screenshot below, or configure them according to your environment requirements:
5. Create or update the existing Assignment Group - a special user group that defines a list of your agent and their permissions. To be able to use Agent Workplace you must add at least two roles to your Assognment Group:
awa_agent
- this role allows to use agent activities such as: accept inbox messages, change agent’s status etc.agent_workspace_user
- role that provides an access to Agent Workspace Home where Agent will chat with the user.
6. Go to Advanced Work Assignment > Queues.
7. Click New to create a new object with a Service Channel created and the Assignment group that includes people who must have access.
7. After submitting changes go back to this new Queue and update it with Assignment Eligibility entry. Here you will use Assignment Group and Assignment Rule you’ve created.
8. Copy the sys_id
of the object.
9. In Konverso Kbot for Snow virtual agent, go to DevOps > Deployment > ServiceNow Configuration and assign the sys_id
value to the snow_chat_queue
parameter.
10. Assign the true
value to the snow_use_virtual_agent
parameter.
11. Click Save and Apply at the bottom of the page.