GETTING STARTED
Introduction to SmartAssist
Glossary
SmartAssist Lifecycle Management
SmartAssist Setup Guide
Sign Up for SmartAssist
Release Notes
Current Version
Recent Updates
Previous Versions
Frequently Asked Questions (FAQ)

EXPERIENCE DESIGNERS
Flow Designer
Introduction
Create Experience Flows
Navigate the Flow Designer
Experience Flow Nodes
Introduction
Node Types
IVR Menu
IVR Digit Input
Conversational Input
Split
Check Agent Availability
Check Business Hours
Message Prompt
Run Automation
Agent Transfer
Connect to API
Go to Flow
Deflect to Chat
Script Task
Set Queue
End Flow
Waiting Experience
Conversation Automation
Testing Widget
Use Cases
Overview
Questions & Answers
Conversations

ADMINISTRATORS
Account Management
Switch Account
Invite Developers to an Account
Routing
Skills
Skill Groups
Queues
Hours of Operation
Default Flows
User Management
Users
Agent Groups
Agent Settings
Role Management
Agent Status
System Setup
Channels
Voice
Chat
Email
Agent Transfer
Surveys
Agent Forms
Dispositions
Language & Speech
Overview
Language Management
Voice Preferences
Hold Audio
Standard Responses
Handling Sensitive Data
Widgets
Utils
AgentAssist Settings
SearchAssist
Advanced Settings
Co-Browse Settings
Community WFM (Beta)
Automatic Conversation Summary (Beta)
Intelligent Agent Tools
Sensitive Data Masking
API Reference
API Setup
API List
Integrations
Genesys Voice Bot
Voice Automation - Integration with Amazon Connect
Voice Automation NiceCX (CX One) - SIP Integration
Talkdesk Voice Automation
Audit Report

AGENTS
Agent Console
Introduction
Conversation Tray
Incoming Interactions
Interacting with Customers
Additional Tools
My Dashboard

SUPERVISORS
Dashboard
Automation
Queues and Agents
Interactions
Intelligence
Monitor Queues, Agents, Interactions, and Service Levels
Manage Layout

BUSINESS USERS
Reports
Introduction
Reports List

Talkdesk Voice Automation

Overview

This document explains the voice automation process of SmartAssist with Talkdesk. The process involves routing the user audio through various components to enable speech-to-text conversion, identification of user intents, generation of responses, and synthesis of speech for playback to the user.

High-level Architechture

Pre-requisites

  1. Talkdesk account with voice automation studio flow.
  2. A Kore voice bot (SmartAssist bot) trained with few use cases.

Components and Permission Requirement

  1. SmartAssist account – Full Access
  2. Talkdesk account – Admin Access

Integration Setup Guide

Voice Automation Process

After a call is established between the user and Talkdesk, the following steps are initiated:

  1. The user audio is sent to the “Conversation Orchestrator” through the “Connect to Virtual Agent Voice” block within the studio flow.
  2. The user audio is forwarded to the Kore Voice Gateway (VG).
  3. Kore VG Transfers the WSS traffic to SmartAssist using SIP over TLS or UDP.
  4. SmartAssist Converts the Speech to Text and then sends it to the Bots Platform for identification.
  5. The Bots Platform generates the appropriate response, and SmartAssist converts that response into speech.
  6. SmartAssist returns the synthesized speech to the Kore Voice Gateway (VG) using SIP. Speech response is received by the “Connect to Virtual Agent Voice” block on Talkdesk.
  7. The response is sent to the user.
  8. At the end of automation, if an agent transfer is required, that is handled using Talkdesk Studio flow (optional).

Audio Streaming

Audio streaming is the primary component for enabling voice automation. It involves streaming Talkdesk audio to the Voice Stream URL over WSS using Conversation Orchestrator.

Here’s a basic flow within Talkdesk Studio.

Configuring the Studio Flow

  1. Download the Studio Flow and then import it into Talkdesk Studio. Learn more.
  2. Click the “Connect to Virtual Agent Voice” block within the flow.
  3. Enter the “Voice Stream URL” in the input field. The “Voice Stream URL” follows this structure:
    1. Host: savg-webserver.kore.ai
    2. Path: /audiosocket/talkdesk/
    3. Query Parameters:
  • sipuri: Base64 encoded Phone Number associated with the bot – for example, %2B12344567888.
  • botId: Bot ID of the bot you want to use – for example, st-xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.
  • accountId: Account ID of the bot owner.
  • token: JSON Web Token encrypted with the client secret of the bot with the following payload:
    • {“appId”:”<Client ID>”}
    • Client ID: From the Bot details
  1. Here is an example of what the URL looks like:

wss://savg-webserver.kore.ai/audiosocket/talkdesk/?sipuri=%2B12344567888&token=<EXAMPLE_JWT>&botId=st-xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx&accountId=659ddsfg4r3e41dwefw8rf0d75c&agentassist=false

  1. Save and Publish the flow.
  2. Assign a number to the flow and you can test the automation. Learn more.
  3. You can customize the rest of the flow as required.

Testing the Studio Flow

You can dial the talkdesk purchased number which is assigned to that particular flow and test the voice automation after a successful configuration.

Additional Information

To enable AgentAssist functionality, use the “Stream Audio Unidirectional” block. Learn more. If you do not want to use AgentAssist, delete the “Stream Audio Unidirectional” block.

Talkdesk Voice Automation

Overview

This document explains the voice automation process of SmartAssist with Talkdesk. The process involves routing the user audio through various components to enable speech-to-text conversion, identification of user intents, generation of responses, and synthesis of speech for playback to the user.

High-level Architechture

Pre-requisites

  1. Talkdesk account with voice automation studio flow.
  2. A Kore voice bot (SmartAssist bot) trained with few use cases.

Components and Permission Requirement

  1. SmartAssist account – Full Access
  2. Talkdesk account – Admin Access

Integration Setup Guide

Voice Automation Process

After a call is established between the user and Talkdesk, the following steps are initiated:

  1. The user audio is sent to the “Conversation Orchestrator” through the “Connect to Virtual Agent Voice” block within the studio flow.
  2. The user audio is forwarded to the Kore Voice Gateway (VG).
  3. Kore VG Transfers the WSS traffic to SmartAssist using SIP over TLS or UDP.
  4. SmartAssist Converts the Speech to Text and then sends it to the Bots Platform for identification.
  5. The Bots Platform generates the appropriate response, and SmartAssist converts that response into speech.
  6. SmartAssist returns the synthesized speech to the Kore Voice Gateway (VG) using SIP. Speech response is received by the “Connect to Virtual Agent Voice” block on Talkdesk.
  7. The response is sent to the user.
  8. At the end of automation, if an agent transfer is required, that is handled using Talkdesk Studio flow (optional).

Audio Streaming

Audio streaming is the primary component for enabling voice automation. It involves streaming Talkdesk audio to the Voice Stream URL over WSS using Conversation Orchestrator.

Here’s a basic flow within Talkdesk Studio.

Configuring the Studio Flow

  1. Download the Studio Flow and then import it into Talkdesk Studio. Learn more.
  2. Click the “Connect to Virtual Agent Voice” block within the flow.
  3. Enter the “Voice Stream URL” in the input field. The “Voice Stream URL” follows this structure:
    1. Host: savg-webserver.kore.ai
    2. Path: /audiosocket/talkdesk/
    3. Query Parameters:
  • sipuri: Base64 encoded Phone Number associated with the bot – for example, %2B12344567888.
  • botId: Bot ID of the bot you want to use – for example, st-xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.
  • accountId: Account ID of the bot owner.
  • token: JSON Web Token encrypted with the client secret of the bot with the following payload:
    • {“appId”:”<Client ID>”}
    • Client ID: From the Bot details
  1. Here is an example of what the URL looks like:

wss://savg-webserver.kore.ai/audiosocket/talkdesk/?sipuri=%2B12344567888&token=<EXAMPLE_JWT>&botId=st-xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx&accountId=659ddsfg4r3e41dwefw8rf0d75c&agentassist=false

  1. Save and Publish the flow.
  2. Assign a number to the flow and you can test the automation. Learn more.
  3. You can customize the rest of the flow as required.

Testing the Studio Flow

You can dial the talkdesk purchased number which is assigned to that particular flow and test the voice automation after a successful configuration.

Additional Information

To enable AgentAssist functionality, use the “Stream Audio Unidirectional” block. Learn more. If you do not want to use AgentAssist, delete the “Stream Audio Unidirectional” block.